ignore/types: add spec file type

This is for RPM package SPEC files.

Fixes #946, Closes #1449
This commit is contained in:
Matěj Cepl
2018-06-13 17:11:35 +02:00
committed by Andrew Gallant
parent f8418c6a52
commit 4628d77808
2 changed files with 2 additions and 1 deletions

View File

@@ -280,6 +280,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("sml", &["*.sml", "*.sig"]),
("soy", &["*.soy"]),
("spark", &["*.spark"]),
("spec", &["*.spec"]),
("sql", &["*.sql", "*.psql"]),
("stylus", &["*.styl"]),
("sv", &["*.v", "*.vg", "*.sv", "*.svh", "*.h"]),