From cdfefdcffd5706fdec104199e7e35eae03e4feb8 Mon Sep 17 00:00:00 2001 From: Rob Haswell Date: Tue, 20 Oct 2015 16:59:30 +0100 Subject: [PATCH] Updates to the .gitignore file. --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 78265fe..e9bed11 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ env/ build/ develop-eggs/ dist/ +.eggs/ eggs/ lib/ lib64/ @@ -40,6 +41,7 @@ htmlcov/ .cache nosetests.xml coverage.xml +_trial_temp/ # Translations *.mo @@ -62,3 +64,8 @@ eve.db # Vagrant .vagrant/ + +# Cruft +*.json +sde.sqlite +sde.sqlite.bz2