From 3e8b44619d5f4d69be1e31fe188300bd6a12a233 Mon Sep 17 00:00:00 2001 From: M Pacer Date: Wed, 25 Oct 2017 13:45:08 -0700 Subject: [PATCH] add notebook file extensions to types --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index e70f44b7..de2256ab 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -195,6 +195,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("msbuild", &[ "*.csproj", "*.fsproj", "*.vcxproj", "*.proj", "*.props", "*.targets" ]), + ("nb", &["*.ipynb", "*.jpynb"]), ("nim", &["*.nim"]), ("nix", &["*.nix"]), ("objc", &["*.h", "*.m"]),