2015-08-28 10:44:04 +02:00
|
|
|
# C++ objects and libs
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.lai
|
|
|
|
*.so
|
2019-12-20 00:04:12 +01:00
|
|
|
*.so.*
|
2015-08-28 10:44:04 +02:00
|
|
|
*.dll
|
|
|
|
*.dylib
|
|
|
|
|
|
|
|
# Qt-es
|
2018-11-03 23:06:09 +01:00
|
|
|
object_script.*.Release
|
|
|
|
object_script.*.Debug
|
|
|
|
*_plugin_import.cpp
|
2015-08-28 10:44:04 +02:00
|
|
|
/.qmake.cache
|
|
|
|
/.qmake.stash
|
|
|
|
*.pro.user
|
|
|
|
*.pro.user.*
|
|
|
|
*.qbs.user
|
|
|
|
*.qbs.user.*
|
|
|
|
*.moc
|
|
|
|
moc_*.cpp
|
2018-11-03 23:06:09 +01:00
|
|
|
moc_*.h
|
2015-08-28 10:44:04 +02:00
|
|
|
qrc_*.cpp
|
|
|
|
ui_*.h
|
2018-11-03 23:06:09 +01:00
|
|
|
*.qmlc
|
|
|
|
*.jsc
|
2015-08-28 10:44:04 +02:00
|
|
|
Makefile*
|
2017-03-15 13:30:00 +01:00
|
|
|
*build-*
|
2019-12-20 00:04:12 +01:00
|
|
|
*.qm
|
|
|
|
*.prl
|
2015-08-28 10:44:04 +02:00
|
|
|
|
2018-11-03 23:06:09 +01:00
|
|
|
# Qt unit tests
|
|
|
|
target_wrapper.*
|
2015-08-28 10:44:04 +02:00
|
|
|
|
2018-11-03 23:06:09 +01:00
|
|
|
# QtCreator
|
2015-08-28 10:44:04 +02:00
|
|
|
*.autosave
|
|
|
|
|
2018-11-03 23:06:09 +01:00
|
|
|
# QtCreator Qml
|
2015-08-28 10:44:04 +02:00
|
|
|
*.qmlproject.user
|
|
|
|
*.qmlproject.user.*
|
2017-03-15 13:30:00 +01:00
|
|
|
|
2018-11-03 23:06:09 +01:00
|
|
|
# QtCreator CMake
|
2017-03-15 13:30:00 +01:00
|
|
|
CMakeLists.txt.user*
|
2019-12-20 00:04:12 +01:00
|
|
|
|
2021-08-22 02:06:14 +02:00
|
|
|
# QtCreator 4.8< compilation database
|
2019-12-20 00:04:12 +01:00
|
|
|
compile_commands.json
|
|
|
|
|
|
|
|
# QtCreator local machine specific files for imported projects
|
|
|
|
*creator.user*
|
2020-09-02 18:57:08 +02:00
|
|
|
|
|
|
|
*_qmlcache.qrc
|