diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 775e0c53..ac2cb70b 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -206,6 +206,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]), ("pod", &["*.pod"]), ("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]), + ("purs", &["*.purs"]), ("py", &["*.py"]), ("qmake", &["*.pro", "*.pri", "*.prf"]), ("readme", &["README*", "*README"]),