diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 5daa35e..f5790a2 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -135,6 +135,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ "*.f90", "*.F90", "*.f95", "*.F95", ]), ("fsharp", &["*.fs", "*.fsx", "*.fsi"]), + ("gn", &["*.gn", "*.gni"]), ("go", &["*.go"]), ("groovy", &["*.groovy", "*.gradle"]), ("h", &["*.h", "*.hpp"]),