summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authordeepy <deep.alexander@gmail.com>2017-02-23 16:35:08 +0100
committerAndrew Gallant <jamslam@gmail.com>2017-02-23 11:41:32 -0500
commit796eaab0d745d8abacf0568a9673450391636e75 (patch)
tree3257266c0e7ecc74b7176c50669f3bec6418c1bf /ignore
parentbf49448e1ec2b23942a1da0ab748012282f01909 (diff)
Add .log as FileType
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 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"]),