summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorArvid Gerstmann <ag@arvid.io>2018-01-17 14:49:01 +0100
committerAndrew Gallant <jamslam@gmail.com>2018-01-17 08:49:01 -0500
commit35f802166d1c5788e8c833f398d13b9c9e8cb360 (patch)
treef04dc3fbd2053a1c5b07a5c2dc522e4b9ec23ea0 /ignore
parentbba2d562929dd333af56b95e726a04a5188ab4d7 (diff)
types: add gn type
This is for Google's new build system.
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/ignore/src/types.rs b/ignore/src/types.rs
index 5daa35ef..f5790a24 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"]),