Commit f3643325 authored by Taylor Braun-Jones's avatar Taylor Braun-Jones Committed by GitHub

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
parent 7751c25c
...@@ -34,5 +34,5 @@ Makefile* ...@@ -34,5 +34,5 @@ Makefile*
*.qmlproject.user.* *.qmlproject.user.*
# QtCtreator CMake # QtCtreator CMake
CMakeLists.txt.user CMakeLists.txt.user*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment