Fixed .gitignore rule, and added a few more that should be ignored.

This commit is contained in:
2016-08-24 15:20:27 +02:00
parent 200611babf
commit 407c6b2cdc

5
.gitignore vendored
View File

@@ -4,7 +4,7 @@
webservice/venv/
docs/venv/
docs/build/
/doc/build/
client/venv/
client/client/config.json
@@ -12,3 +12,6 @@ webservice/bam/config.py
# generated
doc/source/reference/index.rst
/*.egg-info/
/.cache/
__pycache__