diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-06-25 17:19:54 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-06-25 17:19:54 (GMT) |
commit | 19d09d5d93154f8861c2d81cc5cd759c9b34ea53 (patch) | |
tree | eba428e654a5a7440aef144d91926c636a27d535 | |
parent | 2c316a3e298b072f1f017cd3ba197905c43af926 (diff) | |
download | cpython-19d09d5d93154f8861c2d81cc5cd759c9b34ea53.zip cpython-19d09d5d93154f8861c2d81cc5cd759c9b34ea53.tar.gz cpython-19d09d5d93154f8861c2d81cc5cd759c9b34ea53.tar.bz2 |
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
-rw-r--r-- | .bzrignore | 3 | ||||
-rw-r--r-- | .hgignore | 3 |
2 files changed, 6 insertions, 0 deletions
@@ -33,3 +33,6 @@ Parser/pgen Lib/test/data/* Lib/lib2to3/Grammar*.pickle Lib/lib2to3/PatternGrammar*.pickle +.coverage +coverage/* +htmlcov/* @@ -62,3 +62,6 @@ PCbuild/*.o PCbuild/*.ncb PCbuild/*.bsc PCbuild/Win32-temp-* +.coverage +coverage/ +htmlcov/ |