mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 09:40:22 -07:00
ignore/types: add lilypond
This adds file detection for lilypond: https://lilypond.org/ PR #2038
This commit is contained in:
parent
f5cff746bc
commit
427aaeeb2e
@ -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"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user