From 796eaab0d745d8abacf0568a9673450391636e75 Mon Sep 17 00:00:00 2001 From: deepy Date: Thu, 23 Feb 2017 16:35:08 +0100 Subject: [PATCH] Add .log as FileType --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 4c0c72fa..96497620 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -145,6 +145,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("kotlin", &["*.kt", "*.kts"]), ("less", &["*.less"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]), + ("log", &["*.log"]), ("lua", &["*.lua"]), ("m4", &["*.ac", "*.m4"]), ("make", &["gnumakefile", "Gnumakefile", "makefile", "Makefile", "*.mk", "*.mak"]),