From 7ecee299a5a2e0db381b17394d8dab002916ee06 Mon Sep 17 00:00:00 2001 From: P M <10617122+pylipp@users.noreply.github.com> Date: Fri, 18 Jan 2019 12:48:47 +0100 Subject: [PATCH] ignore/types: add QML PR #1165 --- ignore/src/types.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/ignore/src/types.rs b/ignore/src/types.rs index 0085f66..e59044e 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"]),