Add tmp directory to gitignore

This commit is contained in:
Tom Price
2016-07-11 13:08:05 +01:00
parent 27c0deaba3
commit 11dd9ad02f

6
.gitignore vendored
View File

@@ -1,3 +1,6 @@
tmp/
db.sqlite3
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@@ -25,9 +28,6 @@ var/
# Continer extras
.vagrant
_builds
_steps
_projects
# PyInstaller
# Usually these files are written by a python script from a template