diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-06-25 12:36:38 +0300 |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-06-25 12:36:38 +0300 |
commit | f00bfa201989d6e3f70c1186c27a46152f631b6e (patch) | |
tree | 1f1d64afa630388e136487c8f043d1b69ad73fe5 /.hgignore | |
parent | Code simplification suggested by Sven Marnach. (diff) | |
download | cpython-f00bfa201989d6e3f70c1186c27a46152f631b6e.tar.gz cpython-f00bfa201989d6e3f70c1186c27a46152f631b6e.tar.bz2 cpython-f00bfa201989d6e3f70c1186c27a46152f631b6e.zip |
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
Diffstat (limited to '.hgignore')
-rw-r--r-- | .hgignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore index e5e149fba5c..7136ed1a4b7 100644 --- a/.hgignore +++ b/.hgignore @@ -65,3 +65,6 @@ PCbuild/*.bsc PCbuild/Win32-temp-* __pycache__ Modules/_testembed +.coverage +coverage/ +htmlcov/ |