From 11dd9ad02f8fcebf4692689532a1843e7bb159ba Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 11 Jul 2016 13:08:05 +0100 Subject: [PATCH] Add tmp directory to gitignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d31b5aa9..1793954a 100644 --- a/.gitignore +++ b/.gitignore @@ -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