commit | f00bfa201989d6e3f70c1186c27a46152f631b6e | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jun 25 12:36:38 2011 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Sat Jun 25 12:36:38 2011 +0300 |
tree | 1f1d64afa630388e136487c8f043d1b69ad73fe5 | |
parent | 5279fb99cb309b422c2ba11eadc01368b6d997f1 [diff] [blame] |
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
diff --git a/.bzrignore b/.bzrignore index 376f00f..e893a7d 100644 --- a/.bzrignore +++ b/.bzrignore
@@ -37,3 +37,6 @@ Lib/lib2to3/Grammar*.pickle Lib/lib2to3/PatternGrammar*.pickle __pycache__ +.coverage +coverage/* +htmlcov/*