.gitignore: ignore __pycache__ in general

This commit is contained in:
Stinkfist0
2016-06-02 14:36:55 +03:00
parent 4d6e25fb69
commit 7f2729c956
+2 -3
View File
@@ -4,7 +4,6 @@
/install*/
/win/BuildDepsCache*.txt
# IfcExpressParser residue
/src/ifcexpressparser/__pycache__
/src/ifcexpressparser/express_parser.py
# Python test residue
/test/__pycache__
# General Python residue
__pycache__