diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 2f0da38a..6ec452aa 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -225,6 +225,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("pdf", &["*.pdf"]), ("php", &["*.php", "*.php3", "*.php4", "*.php5", "*.phtml"]), ("pod", &["*.pod"]), + ("postscript", &[".eps", ".ps"]), ("protobuf", &["*.proto"]), ("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]), ("puppet", &["*.erb", "*.pp", "*.rb"]),