Updates to the .gitignore file.

This commit is contained in:
Rob Haswell
2015-10-20 16:59:30 +01:00
parent c3ffc2af0a
commit cdfefdcffd

7
.gitignore vendored
View File

@@ -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