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 /.gitignore | |
| parent | 5279fb99cb309b422c2ba11eadc01368b6d997f1 (diff) | |
| download | cpython-git-f00bfa201989d6e3f70c1186c27a46152f631b6e.tar.gz | |
#12341: add coverage files/dirs to .hgignore. Patch by Sandro Tosi.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ad3d0e790b..63f4314e05 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,6 @@ pyconfig.h python python-gdb.py tags +.coverage +coverage/ +htmlcov/ |
