From 493babab595e4e252d68ebcbdd50711ae45a3937 Mon Sep 17 00:00:00 2001 From: Simran Spiller Date: Thu, 29 Oct 2020 11:15:35 +0100 Subject: [PATCH] Update Qt gitignores --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eaf33fa1c..5e0716088 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ build/ CmakeSettings.json # -# Qt ignores taken from https://github.com/github/gitignore +# Qt ignores taken from https://github.com/github/gitignore/blob/master/Qt.gitignore # # C++ objects and libs @@ -24,6 +24,7 @@ CmakeSettings.json *.la *.lai *.so +*.so.* *.dll *.dylib @@ -46,6 +47,8 @@ ui_*.h *.jsc Makefile* *build-* +*.qm +*.prl # Qt unit tests target_wrapper.* @@ -65,3 +68,5 @@ compile_commands.json # QtCreator local machine specific files for imported projects *creator.user* + +*_qmlcache.qrc