From 932875684ea181cff8ba6a9a7e1cd5fd004fed35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Fri, 30 Dec 2016 03:01:10 +0100 Subject: [PATCH] Add types for handling SWIG files. (#297) SWIG from http://swig.org/ Fixes #296 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 3dbe6af4..23ef47e8 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -157,6 +157,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("sql", &["*.sql"]), ("sv", &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]), ("swift", &["*.swift"]), + ("swig", &["*.def", "*.i"]), ("taskpaper", &["*.taskpaper"]), ("tcl", &["*.tcl"]), ("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]),