ignore/types: add meson filetype

Closes #1586, PR #1587
This commit is contained in:
Gerion Entrup
2020-05-18 20:01:35 +02:00
committed by GitHub
parent 1980630f17
commit b72ad8f8aa

View File

@@ -135,6 +135,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
("markdown", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]), ("markdown", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("matlab", &["*.m"]), ("matlab", &["*.m"]),
("md", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]), ("md", &["*.markdown", "*.md", "*.mdown", "*.mkdn"]),
("meson", &["meson.build", "meson_options.txt"]),
("mk", &["mkfile"]), ("mk", &["mkfile"]),
("ml", &["*.ml"]), ("ml", &["*.ml"]),
("msbuild", &[ ("msbuild", &[