From ef59ea57e8ea4f18f1ec7068b2ccb22a5b79b40a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 12 Mar 2020 19:47:06 +0100 Subject: [PATCH] Extend Qt.gitignore with qmlcache qrc files (#3322) Projects using QML files generating a temporary qrc file if a qrc file present in the project. --- Qt.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index f147edf3..10135402 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -50,3 +50,5 @@ compile_commands.json # QtCreator local machine specific files for imported projects *creator.user* + +*_qmlcache.qrc