Add .gitignore

This commit is contained in:
Benjamin Dauvergne 2015-03-06 11:17:03 +01:00 committed by Benjamin Dauvergne
parent cdd3364133
commit f5c743994b
1 changed files with 17 additions and 0 deletions

17
fargo/.gitignore vendored Normal file
View File

@ -0,0 +1,17 @@
MANIFEST
*.pyc
*.pyo
*.db
.*.swp
cache/
dist/
./static/
doc/_build
authentic.egg-info
local_settings.py
log.log
authentic2/locale/fr/LC_MESSAGES/django.mo
local_settings.*
*.egg-info
*.mo
.tox