diff options
-rw-r--r-- | .bzrignore | 3 | ||||
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | .hgignore | 3 |
3 files changed, 9 insertions, 0 deletions
@@ -37,3 +37,6 @@ Lib/test/data/* Lib/lib2to3/Grammar*.pickle Lib/lib2to3/PatternGrammar*.pickle __pycache__ +.coverage +coverage/* +htmlcov/* @@ -42,3 +42,6 @@ pyconfig.h python python-gdb.py tags +.coverage +coverage/ +htmlcov/ @@ -65,3 +65,6 @@ PCbuild/*.bsc PCbuild/Win32-temp-* __pycache__ Modules/_testembed +.coverage +coverage/ +htmlcov/ |