summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorKevin Funk <kevin.funk.ford@kdab.com>2017-09-25 20:00:58 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-26 11:42:23 +0000
commit927bc15650cc069b42a47b0246e99ec821661774 (patch)
treec31cd909d4520a5bb815f39f3aa8e70911ffc101 /.gitignore
parentd19959558d6c9c33c2744a4a794f0552beaf8ca1 (diff)
Update .gitignore
Ignore compiled files from QML/JS Change-Id: Iec14a371b53235f3c70407d42a4abb881e5cbbbf Reviewed-by: Michael Brasser <michael.brasser@live.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 0a51ada..6c583d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -77,3 +77,7 @@ rep_*_replica.h
/tools/repc/rep_grammar_p.h
/tools/repc/repparser.cpp
/tools/repc/repparser.h
+
+# Compiled QML/JS code
+*.qmlc
+*.jsc