diff options
author | Alessandro Portale <alessandro.portale@qt.io> | 2016-09-19 08:32:06 +0200 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@qt.io> | 2016-09-19 07:01:42 +0000 |
commit | 055c940ea98438c53da768deb2a2bff1c177b8fd (patch) | |
tree | 33c483ff02d57c6514a16fd46534fdfa917588ce | |
parent | 7fbbd8f2fd2a4db35f5aab2864e328ed2427074b (diff) | |
download | qt-creator-055c940ea98438c53da768deb2a2bff1c177b8fd.tar.gz |
.gitignore: Ignore qml cache files
Qt 5.8 introduces qml caching. Ignore *.qmlc and *.jsc files which are
generated under share/qtcreator/qmldesigner and welcomescreen when
building and running Qt Cretor in-source.
Change-Id: Ic90710fd559a0e17838dd89ce55e3cf9107adeee
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3a51d5a0a4..f8851e46b8 100644 --- a/.gitignore +++ b/.gitignore @@ -91,6 +91,10 @@ phony.c /share/qtcreator/translations/*_tr.h /share/qtcreator/translations/qtcreator_untranslated.ts +# Qml caching files +*.jsc +*.qmlc + # Directories to ignore # --------------------- |