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/.hgignore b/.hgignore index e5e149f..7136ed1 100644 --- a/.hgignore +++ b/.hgignore
@@ -65,3 +65,6 @@ PCbuild/Win32-temp-* __pycache__ Modules/_testembed +.coverage +coverage/ +htmlcov/