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

View File

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