summaryrefslogtreecommitdiffstats
path: root/ignore
diff options
context:
space:
mode:
authorManuel Vives <git@vives.fr>2017-05-24 14:56:53 -0400
committerAndrew Gallant <jamslam@gmail.com>2017-05-24 16:44:22 -0400
commitcd6c54f5f4ec6882d5ee3f8c5f0ce74e025477af (patch)
tree732e279b20e951c783b16828fac11a6454f18a6b /ignore
parent44c03f58bc0a87d7dab85ba07283dee336237031 (diff)
Add support for QMake files
Diffstat (limited to 'ignore')
-rw-r--r--ignore/src/types.rs1
1 files changed, 1 insertions, 0 deletions
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"]),