diff --git a/ignore/src/types.rs b/ignore/src/types.rs index cd5f9ec..d021df3 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -122,6 +122,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("csharp", &["*.cs"]), ("cshtml", &["*.cshtml"]), ("css", &["*.css", "*.scss"]), + ("csv", &["*.csv"]), ("cython", &["*.pyx"]), ("dart", &["*.dart"]), ("d", &["*.d"]),