diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 9737d67..b662423 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -215,7 +215,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("pod", &["*.pod"]), ("protobuf", &["*.proto"]), ("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]), - ("puppet", &[".erb", "*.pp", "*.rb"]), + ("puppet", &["*.erb", "*.pp", "*.rb"]), ("purs", &["*.purs"]), ("py", &["*.py"]), ("qmake", &["*.pro", "*.pri", "*.prf"]),