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 /.bzrignore | |
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.
Diffstat (limited to '.bzrignore')
-rw-r--r-- | .bzrignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -33,3 +33,6 @@ Parser/pgen Lib/test/data/* Lib/lib2to3/Grammar*.pickle Lib/lib2to3/PatternGrammar*.pickle +.coverage +coverage/* +htmlcov/* |