From 201d0cb8c158b07cb2ffe1bcb403e011a4263cd6 Mon Sep 17 00:00:00 2001 From: Lyuha Date: Wed, 2 Nov 2016 23:22:09 +0900 Subject: [PATCH] Add org filetype --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 7c7111fa..2c0aa970 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -132,6 +132,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("objc", &["*.h", "*.m"]), ("objcpp", &["*.h", "*.mm"]), ("ocaml", &["*.ml", "*.mli", "*.mll", "*.mly"]), + ("org", &["*.org"]), ("perl", &["*.perl", "*.pl", "*.PL", "*.plh", "*.plx", "*.pm"]), ("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]), ("py", &["*.py"]),