Add /python to .gitignore

This commit is contained in:
Florian Märkl 2018-07-22 11:25:43 +02:00
parent 662837e38e
commit 08826051cb

1
.gitignore vendored
View File

@ -62,6 +62,7 @@ src/subprojects/
# Python # Python
__pycache__ __pycache__
/python/
# Other # Other
compile_commands.json compile_commands.json