[Python-checkins] cpython (2.7): #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.

ezio.melotti python-checkins at python.org
Sat Jun 25 19:31:12 CEST 2011


http://hg.python.org/cpython/rev/ee9eb4e05180
changeset:   70982:ee9eb4e05180
branch:      2.7
parent:      70976:11568c59d9d4
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sat Jun 25 20:19:54 2011 +0300
summary:
  #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.

files:
  .bzrignore |  3 +++
  .hgignore  |  3 +++
  2 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/.bzrignore b/.bzrignore
--- a/.bzrignore
+++ b/.bzrignore
@@ -33,3 +33,6 @@
 Lib/test/data/*
 Lib/lib2to3/Grammar*.pickle
 Lib/lib2to3/PatternGrammar*.pickle
+.coverage
+coverage/*
+htmlcov/*
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/.hgignore
@@ -62,3 +62,6 @@
 PCbuild/*.ncb
 PCbuild/*.bsc
 PCbuild/Win32-temp-*
+.coverage
+coverage/
+htmlcov/

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list