From b3dd3ae203942936b00fab9636aa78a990c9b664 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 16 Apr 2019 14:31:58 +0200 Subject: ignore/types: add GAP Add support for file types used by the GAP language, a research system computational discrete algebra, see PR #1249 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 6ebdeb0e..3d2427fc 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -146,6 +146,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ "*.f90", "*.F90", "*.f95", "*.F95", ]), ("fsharp", &["*.fs", "*.fsx", "*.fsi"]), + ("gap", &["*.g", "*.gap", "*.gi", "*.gd", "*.tst"]), ("gn", &["*.gn", "*.gni"]), ("go", &["*.go"]), ("gzip", &["*.gz", "*.tgz"]), -- cgit v1.2.3