summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHitesh Jasani <hitesh.jasani@gmail.com>2019-06-12 14:02:28 -0400
committerAndrew Gallant <jamslam@gmail.com>2019-06-12 14:02:28 -0400
commit9f000c29109cf369c4c28254f0cf9b9216a1950d (patch)
tree64d977c4ee5863ea977eb6e347639443362ba4d2
parent392682d35296bda5c0d0cccf43bae55be3d084df (diff)
ignore/types: add more nim types
PR #1297
-rw-r--r--ignore/src/types.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 3d2427fc..6c9ef1f3 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -219,7 +219,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("msbuild", &[
"*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets"
]),
- ("nim", &["*.nim"]),
+ ("nim", &["*.nim", "*.nimf", "*.nimble", "*.nims"]),
("nix", &["*.nix"]),
("objc", &["*.h", "*.m"]),
("objcpp", &["*.h", "*.mm"]),