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/ build/
develop-eggs/ develop-eggs/
dist/ dist/
.eggs/
eggs/ eggs/
lib/ lib/
lib64/ lib64/
@@ -40,6 +41,7 @@ htmlcov/
.cache .cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml
_trial_temp/
# Translations # Translations
*.mo *.mo
@@ -62,3 +64,8 @@ eve.db
# Vagrant # Vagrant
.vagrant/ .vagrant/
# Cruft
*.json
sde.sqlite
sde.sqlite.bz2