From f3643325e477fa38cc57de49d029b37f5619a580 Mon Sep 17 00:00:00 2001 From: Taylor Braun-Jones Date: Wed, 15 Jun 2016 07:58:14 -0400 Subject: [PATCH] Ignore all forms of CMakeLists.txt.user In some cases Qt Creator will create a CMakeLists.txt.user file with a short hash which should also be ignored. For example: CMakeLists.txt.user.1fa15d5 --- Qt.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Qt.gitignore b/Qt.gitignore index fa24b2ef..c7659c24 100644 --- a/Qt.gitignore +++ b/Qt.gitignore @@ -34,5 +34,5 @@ Makefile* *.qmlproject.user.* # QtCtreator CMake -CMakeLists.txt.user +CMakeLists.txt.user*