From: Ezio Melotti Date: Sat, 25 Jun 2011 09:36:38 +0000 (+0300) Subject: #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. X-Git-Tag: v3.3.0a1~2047 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33409d7bf33fa47232f2602c5c5b45e25936e609;p=python #12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi. --- diff --git a/.bzrignore b/.bzrignore index e893a7dfcf..15fa1e88cf 100644 --- a/.bzrignore +++ b/.bzrignore @@ -40,3 +40,6 @@ __pycache__ .coverage coverage/* htmlcov/* +.coverage +coverage/* +htmlcov/* diff --git a/.gitignore b/.gitignore index 63f4314e05..dafc9a9a27 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ tags .coverage coverage/ htmlcov/ +.coverage +coverage/ +htmlcov/ diff --git a/.hgignore b/.hgignore index 6a2615b94b..efb013e74b 100644 --- a/.hgignore +++ b/.hgignore @@ -73,3 +73,6 @@ Modules/_testembed .coverage coverage/ htmlcov/ +.coverage +coverage/ +htmlcov/