]> source.dussan.org Git - gitignore.git/commitdiff
Ignore all forms of CMakeLists.txt.user 2016/head
authorTaylor Braun-Jones <taylor@braun-jones.org>
Wed, 15 Jun 2016 11:58:14 +0000 (07:58 -0400)
committerGitHub <noreply@github.com>
Wed, 15 Jun 2016 11:58:14 +0000 (07:58 -0400)
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

index fa24b2efee8cce6c12437e021c50aeeb12313d24..c7659c24f386b264711c5c951b3957372e3cecf1 100644 (file)
@@ -34,5 +34,5 @@ Makefile*
 *.qmlproject.user.*
 
 # QtCtreator CMake
-CMakeLists.txt.user
+CMakeLists.txt.user*