Added more files to gitignore

Change-Id: I60286768aae9f0abcae4ca8610ede58e838aaf83
This commit is contained in:
Stéphane Albert 2014-06-20 16:56:28 +02:00
parent ade198e620
commit 734890ea52
1 changed files with 44 additions and 1 deletions

45
.gitignore vendored
View File

@ -1,3 +1,46 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.testrepository
.tox
.coverage
.cache
nosetests.xml
coverage.xml
cloudkitty.egg-info
# Translations
*.mo
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/