Browse Source

Ignore py.test cache dirs

Jocelyn Delande 9 years ago
parent
commit
f007676ff2
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .gitignore

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 *.pyc
-db.sqlite3
+db.sqlite3
+.cache