sapling/.hgignore
Augie Fackler 73ce6a3a01 hgignore: also ignore testtimes from hg testrunner
If you use ~/path/to/hg's/tests/run-tests.py to run tests, you get
this file now, so let's ignore it.
2016-02-08 14:40:27 -08:00

8 lines
73 B
Plaintext

syntax: regexp
\.pyc$
\.so$
^build/
\.err$
^packages/
^tests/.testtimes$