From 35f802166d1c5788e8c833f398d13b9c9e8cb360 Mon Sep 17 00:00:00 2001 From: Arvid Gerstmann Date: Wed, 17 Jan 2018 14:49:01 +0100 Subject: [PATCH] types: add gn type This is for Google's new build system. --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) 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"]),