Browse Source

Merge pull request #2594 from raimon49/add-ignore-cache-dir-in-unit-test-section

Add ignore '.pytest_cache' directory in Unit test section
Brendan Forster 7 years ago
parent
commit
131e9fd3a3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Python.gitignore

+ 1 - 0
Python.gitignore

@@ -45,6 +45,7 @@ nosetests.xml
 coverage.xml
 *.cover
 .hypothesis/
+.pytest_cache/
 
 # Translations
 *.mo