From f3a9ced82c61d9b388c6e688c9522ce952928d4d Mon Sep 17 00:00:00 2001 From: Andrey Kolomoets Date: Tue, 20 Feb 2018 03:59:15 +0200 Subject: [PATCH] types: add csv --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]),