gitignore: Remove unused constraints

pull/42/head
Fabian P. Schmidt 2016-02-17 18:25:16 +01:00
rodzic eedfad205f
commit 1ae811dccc
1 zmienionych plików z 0 dodań i 25 usunięć

25
.gitignore vendored
Wyświetl plik

@ -1,14 +1,9 @@
# OGN stuff # OGN stuff
ogn.db
beacons.db
# Byte-compiled / optimized / DLL files # Byte-compiled / optimized / DLL files
__pycache__/ __pycache__/
*.py[cod] *.py[cod]
# C extensions
*.so
# Distribution / packaging # Distribution / packaging
bin/ bin/
build/ build/
@ -24,32 +19,12 @@ var/
.installed.cfg .installed.cfg
*.egg *.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports # Unit test / coverage reports
.tox/
.coverage .coverage
.cache .cache
nosetests.xml nosetests.xml
coverage.xml coverage.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Rope
.ropeproject
# Django stuff:
*.log
*.pot
# Sphinx documentation # Sphinx documentation
docs/_build/ docs/_build/