This commit is contained in:
Raymond Hettinger 2011-06-25 11:40:20 +02:00
commit 5d359591b9
3 changed files with 9 additions and 0 deletions

View File

@ -37,3 +37,6 @@ Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*

3
.gitignore vendored
View File

@ -42,3 +42,6 @@ pyconfig.h
python
python-gdb.py
tags
.coverage
coverage/
htmlcov/

View File

@ -70,3 +70,6 @@ PCbuild/Win32-temp-*
PCbuild/x64-temp-*
__pycache__
Modules/_testembed
.coverage
coverage/
htmlcov/