Browse Source

Rewrite .gitignore file a bit and add some rules

tags/v1.0.0
Krzysztof Klimonda 11 years ago
parent
commit
7817e5d41b
1 changed files with 19 additions and 9 deletions
  1. +19
    -9
      .gitignore

+ 19
- 9
.gitignore 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/

Loading…
Cancel
Save