Browse Source

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
Taylor Braun-Jones 9 years ago
parent
commit
f3643325e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Qt.gitignore

+ 1 - 1
Qt.gitignore

@@ -34,5 +34,5 @@ Makefile*
 *.qmlproject.user.*
 *.qmlproject.user.*
 
 
 # QtCtreator CMake
 # QtCtreator CMake
-CMakeLists.txt.user
+CMakeLists.txt.user*