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

+ 1
- 1
Qt.gitignore View File

@@ -34,5 +34,5 @@ Makefile*
*.qmlproject.user.*

# QtCtreator CMake
CMakeLists.txt.user
CMakeLists.txt.user*


Loading…
Cancel
Save