Add MANIGEST to .gitignore

This commit is contained in:
Benjamin Dauvergne 2011-01-05 20:05:22 +01:00
parent bea866d059
commit cbe9c7209d
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,3 +1,4 @@
MANIFEST
*.pyc *.pyc
*.pyo *.pyo
*.db *.db
@ -5,3 +6,4 @@
dist/ dist/
authentic.egg-info authentic.egg-info
local_settings.py local_settings.py
log.log