From e46616cd8b15ffd61537d7bbdd8fd0fbb4993cc3 Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Wed, 1 Mar 2017 11:59:33 +0100 Subject: [PATCH] ignoring temp files --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index e0743048..e882e145 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,15 @@ env/* # Disable migration files smash/web/migrations/* +# Folder with db statics (dev mode) +smash/~/ + # Disable python bytecode *.pyc # Disable local developer settings local_settings.py + +#tmp files +appointment-import/testFiles/~* +appointment-import/tmp.sql -- GitLab