From 00033e1875a8cd0a4429b9393b7bf080c956677a Mon Sep 17 00:00:00 2001 From: chocolateboy Date: Mon, 9 Jan 2017 18:49:50 +0000 Subject: [PATCH] Perl type: add "*.t" https://github.com/petdance/ack2/blob/2.15_02/ConfigDefault.pm#L155 --- ignore/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]),