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
This commit is contained in:
Taylor Braun-Jones 2016-06-15 07:58:14 -04:00 committed by GitHub
parent 7751c25c66
commit f3643325e4
1 changed files with 1 additions and 1 deletions

View File

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