1
0
mirror of https://github.com/github/gitignore synced 2024-06-10 14:40:01 +02:00

Merge pull request #842 from borntyping/patch-1

Add .cache to the Python .gitignore
This commit is contained in:
Adam Roben 2013-11-12 08:25:57 -08:00
commit df2de98c25

View File

@ -27,6 +27,7 @@ pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
.tox/ .tox/
.coverage .coverage
.cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml