summaryrefslogtreecommitdiffstats
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)
commit33409d7bf33fa47232f2602c5c5b45e25936e609 (patch)
tree18e65a14bda32dd9df5fd60bb98a53805edc1c96
parentd0de3d4cc458b986bce870a5f57b8fe878f370e2 (diff)
downloadcpython-33409d7bf33fa47232f2602c5c5b45e25936e609.zip
cpython-33409d7bf33fa47232f2602c5c5b45e25936e609.tar.gz
cpython-33409d7bf33fa47232f2602c5c5b45e25936e609.tar.bz2
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
-rw-r--r--.bzrignore3
-rw-r--r--.gitignore3
-rw-r--r--.hgignore3
3 files changed, 9 insertions, 0 deletions
diff --git a/.bzrignore b/.bzrignore
index e893a7d..15fa1e8 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -40,3 +40,6 @@ __pycache__
.coverage
coverage/*
htmlcov/*
+.coverage
+coverage/*
+htmlcov/*
diff --git a/.gitignore b/.gitignore
index 63f4314..dafc9a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,3 +45,6 @@ tags
.coverage
coverage/
htmlcov/
+.coverage
+coverage/
+htmlcov/
diff --git a/.hgignore b/.hgignore
index 6a2615b..efb013e 100644
--- a/.hgignore
+++ b/.hgignore
@@ -73,3 +73,6 @@ Modules/_testembed
.coverage
coverage/
htmlcov/
+.coverage
+coverage/
+htmlcov/