ignore/types: add lilypond

This adds file detection for lilypond: https://lilypond.org/

PR #2038
This commit is contained in:
jgart 2021-10-24 11:22:07 -04:00 committed by GitHub
parent f5cff746bc
commit 427aaeeb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,6 +123,7 @@ pub const DEFAULT_TYPES: &[(&str, &[&str])] = &[
"MPL-*[0-9]*", "MPL-*[0-9]*",
"OFL-*[0-9]*", "OFL-*[0-9]*",
]), ]),
("lilypond", &["*.ly", "*.ily"]),
("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]), ("lisp", &["*.el", "*.jl", "*.lisp", "*.lsp", "*.sc", "*.scm"]),
("lock", &["*.lock", "package-lock.json"]), ("lock", &["*.lock", "package-lock.json"]),
("log", &["*.log"]), ("log", &["*.log"]),