From b3fd0df94bbf928ea00cf9a10bd007f4b236d85b Mon Sep 17 00:00:00 2001 From: Joshua Horwitz Date: Fri, 10 Mar 2017 21:34:09 -0500 Subject: [PATCH] Fixes #394 - Added in svg to the types file --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 6fb97e1e..f3515600 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -178,6 +178,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("stylus", &["*.styl"]), ("sql", &["*.sql"]), ("sv", &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]), + ("svg", &["*.svg"]), ("swift", &["*.swift"]), ("swig", &["*.def", "*.i"]), ("taskpaper", &["*.taskpaper"]),