Rewrite .gitignore file a bit and add some rules

This commit is contained in:
Krzysztof Klimonda
2013-03-27 21:03:07 +01:00
parent 548deaa2dd
commit 7817e5d41b

28
.gitignore vendored
View File

@@ -1,15 +1,25 @@
# Virtualenv/Common
/bin/
/lib/
/include/
/local
/src/
/build/
/pip-log.txt
/development.db
/dist/
/include/
/lib/
/local/
/media/
/src/
/static/
/*.egg-info/
/pip-log.txt
# Buildout
/eggs/
/develop-eggs/
/.installed.cfg
# Project
/*.db
# Misc
/.idea/
*.pyc
*.swp
/.idea/
/dist/
/*.egg-info/