summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorAndrey Kolomoets <andreyk.mad@gmail.com>2018-02-20 03:59:15 +0200
committerAndrew Gallant <jamslam@gmail.com>2018-02-19 20:59:15 -0500
commitf3a9ced82c61d9b388c6e688c9522ce952928d4d (patch)
treef59af39c176c6b420dff87cf423b0fb31ed08e30 /ignore
parent18f549d289b95b0de9e0f7b6c7d880b7752ea04d (diff)
types: add csv
Diffstat (limited to 'ignore')
-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 cd5f9ec0..d021df3d 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"]),