Преглед изворни кода

Add .cache to the Python .gitignore

`.cache` is generated when unittests are run with py.test
Sam Clements пре 11 година
родитељ
комит
b75c902dbb
1 измењених фајлова са 1 додато и 0 уклоњено
  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