From 9c2c5696242f963542406a4c89955c6cd1e061a9 Mon Sep 17 00:00:00 2001 From: Lyuha Date: Wed, 2 Nov 2016 23:08:10 +0900 Subject: [PATCH] Add textile filetype --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 3d15f9c..23e5e99 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -149,6 +149,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("taskpaper", &["*.taskpaper"]), ("tcl", &["*.tcl"]), ("tex", &["*.tex", "*.ltx", "*.cls", "*.sty", "*.bib"]), + ("textile", &["*.textile"]), ("ts", &["*.ts", "*.tsx"]), ("txt", &["*.txt"]), ("toml", &["*.toml", "Cargo.lock"]),