diff options
author | Raymond Hettinger <python@rcn.com> | 2011-06-25 09:40:20 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2011-06-25 09:40:20 (GMT) |
commit | 5d359591b9263c24bddb49ce3968147388f60d82 (patch) | |
tree | 7a561b2dc82a432a5b30d299f8c464e95328083c | |
parent | f68f7148d103c2734f025a532fcd87986539d268 (diff) | |
parent | 473bc274333c2d7cf476f55180a3afef19fe663b (diff) | |
download | cpython-5d359591b9263c24bddb49ce3968147388f60d82.zip cpython-5d359591b9263c24bddb49ce3968147388f60d82.tar.gz cpython-5d359591b9263c24bddb49ce3968147388f60d82.tar.bz2 |
merge
-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/ @@ -70,3 +70,6 @@ PCbuild/Win32-temp-* PCbuild/x64-temp-* __pycache__ Modules/_testembed +.coverage +coverage/ +htmlcov/ |