1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-01-22 14:41:39 +00:00
stackdump/.hgignore
2011-09-14 22:37:21 +10:00

19 lines
238 B
Plaintext

^JAVA_CMD$
^PYTHON_CMD$
# ignore working bytecode
\.class$
\.pyc$
^datadump/.*
# ignore test and tutorial directories
test/.*$
tests/.*$
testsuite/.*$
tutorial/.*$
# Solr/Jetty
^java/solr/server/work/.*
^java/solr/server/solr/data/.*