1
0
mirror of https://github.com/djohnlewis/stackdump synced 2024-12-04 23:17:37 +00:00

Added the data directory to the ignore file.

This commit is contained in:
Samuel Lai 2011-09-17 19:54:51 +10:00
parent cc760afec9
commit 65dc8fb66f

View File

@ -1,6 +1,9 @@
^JAVA_CMD$
^PYTHON_CMD$
# ignore any data
^data/.*$
# ignore working bytecode
\.class$
\.pyc$