mirror of
https://github.com/github/gitignore
synced 2024-10-31 17:18:45 +01:00
f3643325e4
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
39 lines
334 B
Plaintext
39 lines
334 B
Plaintext
# C++ objects and libs
|
|
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.a
|
|
*.la
|
|
*.lai
|
|
*.so
|
|
*.dll
|
|
*.dylib
|
|
|
|
# Qt-es
|
|
|
|
/.qmake.cache
|
|
/.qmake.stash
|
|
*.pro.user
|
|
*.pro.user.*
|
|
*.qbs.user
|
|
*.qbs.user.*
|
|
*.moc
|
|
moc_*.cpp
|
|
qrc_*.cpp
|
|
ui_*.h
|
|
Makefile*
|
|
*build-*
|
|
|
|
# QtCreator
|
|
|
|
*.autosave
|
|
|
|
# QtCtreator Qml
|
|
*.qmlproject.user
|
|
*.qmlproject.user.*
|
|
|
|
# QtCtreator CMake
|
|
CMakeLists.txt.user*
|
|
|