mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-02-14 22:23:24 +02:00
ignore/types: fix typo in puppet glob
Thanks @CYBAI for noticing this! See #899
This commit is contained in:
parent
667b9a7d62
commit
198d1fede9
@ -215,7 +215,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
|
|||||||
("pod", &["*.pod"]),
|
("pod", &["*.pod"]),
|
||||||
("protobuf", &["*.proto"]),
|
("protobuf", &["*.proto"]),
|
||||||
("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]),
|
("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]),
|
||||||
("puppet", &[".erb", "*.pp", "*.rb"]),
|
("puppet", &["*.erb", "*.pp", "*.rb"]),
|
||||||
("purs", &["*.purs"]),
|
("purs", &["*.purs"]),
|
||||||
("py", &["*.py"]),
|
("py", &["*.py"]),
|
||||||
("qmake", &["*.pro", "*.pri", "*.prf"]),
|
("qmake", &["*.pro", "*.pri", "*.prf"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user