summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoshua Horwitz <joshua.d.horwitz@gmail.com>2017-03-10 21:34:09 -0500
committerAndrew Gallant <jamslam@gmail.com>2017-03-12 19:52:01 -0400
commitb3fd0df94bbf928ea00cf9a10bd007f4b236d85b (patch)
tree0c83aedfaa17e3cd87a0227ead5592c82205668d
parentc1b841e934f6a999a9ac53b581ff4e5e847bc684 (diff)
Fixes #394 - Added in svg to the types file
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),