From 53121e07338ac60ea0c45274c37b36c4b9077dff Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Thu, 3 Nov 2016 15:30:58 -0600 Subject: [PATCH] adding .pdf filetype to available types. --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 027851b..6cf628f 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -135,6 +135,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]), ("org", &["*.org"]), ("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm"]), + ("pdf", &["*.pdf"]), ("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]), ("pod", &["*.pod"]), ("py", &["*.py"]),