From cd6c54f5f4ec6882d5ee3f8c5f0ce74e025477af Mon Sep 17 00:00:00 2001 From: Manuel Vives Date: Wed, 24 May 2017 14:56:53 -0400 Subject: [PATCH] Add support for QMake files --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 2b8c1ddb..312b1125 100644 --- a/ignore/src/types.rs +++ b/ignore/src/types.rs @@ -166,6 +166,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[ ("pod", &["*.pod"]), ("ps", &["*.cdxml", "*.ps1", "*.ps1xml", "*.psd1", "*.psm1"]), ("py", &["*.py"]), + ("qmake", &["*.pro", "*.pri"]), ("readme", &["README*", "*README"]), ("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]), ("rdoc", &["*.rdoc"]),