Skip to content

Commit

Permalink
ignore/types: add lilypond
Browse files Browse the repository at this point in the history
This adds file detection for lilypond: https://lilypond.org/

PR #2038
  • Loading branch information
jgarte committed Oct 24, 2021
1 parent f5cff74 commit 427aaee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/ignore/src/default_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down

0 comments on commit 427aaee

Please sign in to comment.