]> granicus.if.org Git - python/commitdiff
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 25 Jun 2011 09:36:38 +0000 (12:36 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 25 Jun 2011 09:36:38 +0000 (12:36 +0300)
.bzrignore
.gitignore
.hgignore

index 376f00f590c5a7a6153cc27465ead3952431b7c3..e893a7dfcfc0ff4ab10eda55e995604b6e54439f 100644 (file)
@@ -37,3 +37,6 @@ Lib/test/data/*
 Lib/lib2to3/Grammar*.pickle
 Lib/lib2to3/PatternGrammar*.pickle
 __pycache__
+.coverage
+coverage/*
+htmlcov/*
index ad3d0e790b9a488b09960109e2929c04bd128068..63f4314e054ec5a4fba58300874e289d916fd823 100644 (file)
@@ -42,3 +42,6 @@ pyconfig.h
 python
 python-gdb.py
 tags
+.coverage
+coverage/
+htmlcov/
index e5e149fba5ccacd54a130b79d4bfae66c2d38c14..7136ed1a4b70bf4b120de208a52a72335bc91dd9 100644 (file)
--- a/.hgignore
+++ b/.hgignore
@@ -65,3 +65,6 @@ PCbuild/*.bsc
 PCbuild/Win32-temp-*
 __pycache__
 Modules/_testembed
+.coverage
+coverage/
+htmlcov/