Better .gitignore file

This commit is contained in:
Pierre Dulac 2013-03-02 00:00:26 +01:00
parent 63347a613f
commit 674cfd4b25
1 changed files with 7 additions and 6 deletions

13
.gitignore vendored
View File

@ -1,7 +1,8 @@
.DS_Store
build/
dist/
django_oauth2_provider.egg-info/
venv/
*.pyc
.DS_Store
_build
.*.sw[po]
*.egg-info
dist
build
venv