From 1ee3d754b3b294a4e3b6a03d034eb3cc26ab9f97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20M=C3=A1rton?= Date: Thu, 31 Jan 2019 21:22:18 +0100 Subject: [PATCH] Add *.creator.user* files to the Qt .gitignore --- Qt.gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Qt.gitignore b/Qt.gitignore index 7bc58fb7..15361cf5 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -44,3 +44,6 @@ CMakeLists.txt.user* # QtCreator 4.8< compilation database compile_commands.json + +# QtCreator local machine specific files for imported projects +*creator.user*