Browse Source

Merge pull request #842 from borntyping/patch-1

Add .cache to the Python .gitignore
Adam Roben 11 years ago
parent
commit
df2de98c25
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

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