added a regex to ignore the new test filename format
authorGary Kramlich <grim@reaperworld.com>
Sun Jul 04 02:54:08 2010 -0500 (19 months ago)
changeset 397d2679801cf3a
parent 396 2771744219bd
child 398 f378b0ef5573
added a regex to ignore the new test filename format
.hgignore
     1.1 --- a/.hgignore	Sun Jul 04 02:53:53 2010 -0500
     1.2 +++ b/.hgignore	Sun Jul 04 02:54:08 2010 -0500
     1.3 @@ -26,3 +26,4 @@
     1.4  ^tests/html/results.html$
     1.5  ^tests/test-(util|variables)$
     1.6  tests/test-([a-zA-Z0-9-]+)(\.exe)?$
     1.7 +tests/([a-zA-Z0-9-]+)-test(\.exe)?$