From 15b263ff550004b9de6cba74286da9834c9ed15a Mon Sep 17 00:00:00 2001 From: Daniel Wood Date: Thu, 3 Nov 2016 15:33:00 -0600 Subject: [PATCH] adding cs filetype for ease of use. --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 027851b0..0f0da6a0 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -95,6 +95,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ "*.C", "*.cc", "*.cpp", "*.cxx", "*.h", "*.H", "*.hh", "*.hpp", ]), + ("cs", &["*.cs"]), ("csharp", &["*.cs"]), ("css", &["*.css"]), ("cython", &["*.pyx"]),