diff options
author | Greg Aker <greg.aker@ellislab.com> | 2011-04-22 18:31:17 +0200 |
---|---|---|
committer | Greg Aker <greg.aker@ellislab.com> | 2011-04-22 18:31:17 +0200 |
commit | ffa07349d31334f76e1398921f40b954cdf6ddcb (patch) | |
tree | 99b6b2bcd7d7a8ac3f4057c01c3f5bc276ab166e | |
parent | 9c5e13f6b8484f8edc6854ba9045752dc51efaa3 (diff) |
Ignoring tests/output/* for code coverage reports
-rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ syntax: glob .DS_Store +tests/output/* syntax: regexp application/cache/(?!index\.html|\.htaccess) |