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 | 33409d7bf33fa47232f2602c5c5b45e25936e609 (patch) | |
| tree | 18e65a14bda32dd9df5fd60bb98a53805edc1c96 /.hgignore | |
| parent | d0de3d4cc458b986bce870a5f57b8fe878f370e2 (diff) | |
| download | cpython-git-33409d7bf33fa47232f2602c5c5b45e25936e609.tar.gz | |
#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
@@ -73,3 +73,6 @@ Modules/_testembed .coverage coverage/ htmlcov/ +.coverage +coverage/ +htmlcov/ |
