summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2011-06-25 09:36:38 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2011-06-25 09:36:38 (GMT)
commitf00bfa201989d6e3f70c1186c27a46152f631b6e (patch)
tree1f1d64afa630388e136487c8f043d1b69ad73fe5 /.hgignore
parent5279fb99cb309b422c2ba11eadc01368b6d997f1 (diff)
downloadcpython-f00bfa201989d6e3f70c1186c27a46152f631b6e.zip
cpython-f00bfa201989d6e3f70c1186c27a46152f631b6e.tar.gz
cpython-f00bfa201989d6e3f70c1186c27a46152f631b6e.tar.bz2
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index e5e149f..7136ed1 100644
--- a/.hgignore
+++ b/.hgignore
@@ -65,3 +65,6 @@ PCbuild/*.bsc
PCbuild/Win32-temp-*
__pycache__
Modules/_testembed
+.coverage
+coverage/
+htmlcov/