add /test/__pycache__ to ignore list

This commit is contained in:
Stinkfist0
2016-02-07 00:31:29 +02:00
parent cde1c5f2ee
commit 7b2197fa37
+2
View File
@@ -6,3 +6,5 @@
# IfcExpressParser residue
/src/ifcexpressparser/__pycache__
/src/ifcexpressparser/express_parser.py
# Python test residue
/test/__pycache__