summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2018-02-28 14:47:24 +0200
committerKari Oikarinen <kari.oikarinen@qt.io>2018-02-28 12:55:44 +0000
commit27d2c7035b1812dc2bdf7f0e580a42c613199fd8 (patch)
tree13e2019409987c691efdd87c41ca40a384917d20
parentcde00a642be6512cbdb7ae03293d62b6639301f7 (diff)
Ignore QML cache filesv5.11.0-beta2
Annoying to see the cache files after running the tests. Change-Id: I4211547f5b1e88aeb09067957e10f6e0a69dbd00 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@qt.io>
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 77dd9061..66faa6ee 100644
--- a/.gitignore
+++ b/.gitignore
@@ -271,3 +271,7 @@ wrapper.sh
wrapper.bat
*_wrapper.sh
*_wrapper.bat
+
+# QML cache files
+*.qmlc
+*.jsc