summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP M <10617122+pylipp@users.noreply.github.com>2019-01-18 12:48:47 +0100
committerAndrew Gallant <jamslam@gmail.com>2019-01-18 06:48:47 -0500
commit7ecee299a5a2e0db381b17394d8dab002916ee06 (patch)
treefaf30e023e29d758af08df224e78bcc8777da8aa
parentdd396ff34e36fbd5aff9487745842410686e578c (diff)
ignore/types: add QML
PR #1165
-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 0085f66f..e59044e2 100644
--- a/ignore/src/types.rs
+++ b/ignore/src/types.rs
@@ -233,6 +233,7 @@ const DEFAULT_TYPES: &'static [(&'static str, &'static [&'static str])] = &[
("purs", &["*.purs"]),
("py", &["*.py"]),
("qmake", &["*.pro", "*.pri", "*.prf"]),
+ ("qml", &["*.qml"]),
("readme", &["README*", "*README"]),
("r", &["*.R", "*.r", "*.Rmd", "*.Rnw"]),
("rdoc", &["*.rdoc"]),