summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorchocolateboy <chocolate@cpan.org>2017-01-09 18:49:50 +0000
committerAndrew Gallant <jamslam@gmail.com>2017-01-09 16:11:47 -0500
commit00033e1875a8cd0a4429b9393b7bf080c956677a (patch)
tree67a971da7a2181a9fcc6cc9611778924aa007d3d /ignore
parent5aea517fb4849016c8b2ae4acbd680315c0d7a0d (diff)
Perl type: add "*.t"
https://github.com/petdance/ack2/blob/2.15_02/ConfigDefault.pm#L155
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 92b0bf74..91404e50 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -156,7 +156,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("objcpp", &["*.h", "*.mm"]),
("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]),
("org", &["*.org"]),
- ("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm"]),
+ ("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm", "*.t"]),
("pdf", &["*.pdf"]),
("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]),
("pod", &["*.pod"]),