2012-05-20 02:51:19 +08:00
|
|
|
# C++ objects and libs
|
2012-05-23 02:50:21 +08:00
|
|
|
*.slo
|
|
|
|
*.lo
|
2012-05-20 02:51:19 +08:00
|
|
|
*.o
|
|
|
|
*.a
|
2012-05-23 02:50:21 +08:00
|
|
|
*.la
|
|
|
|
*.lai
|
2012-05-20 02:51:19 +08:00
|
|
|
*.so
|
2019-10-09 21:42:31 +08:00
|
|
|
*.so.*
|
2012-05-20 02:51:19 +08:00
|
|
|
*.dll
|
2012-06-09 21:36:58 +08:00
|
|
|
*.dylib
|
2012-05-20 02:51:19 +08:00
|
|
|
|
|
|
|
# Qt-es
|
2017-05-21 15:06:01 +08:00
|
|
|
object_script.*.Release
|
|
|
|
object_script.*.Debug
|
2017-05-20 20:49:28 +08:00
|
|
|
*_plugin_import.cpp
|
2014-03-17 14:04:52 +08:00
|
|
|
/.qmake.cache
|
|
|
|
/.qmake.stash
|
2012-05-20 02:51:19 +08:00
|
|
|
*.pro.user
|
|
|
|
*.pro.user.*
|
2014-11-17 04:04:57 +08:00
|
|
|
*.qbs.user
|
|
|
|
*.qbs.user.*
|
2014-03-17 14:04:52 +08:00
|
|
|
*.moc
|
2012-05-20 02:51:19 +08:00
|
|
|
moc_*.cpp
|
2017-04-23 16:12:53 +08:00
|
|
|
moc_*.h
|
2012-05-20 02:51:19 +08:00
|
|
|
qrc_*.cpp
|
2013-01-11 00:18:50 +08:00
|
|
|
ui_*.h
|
2017-08-16 23:38:05 +08:00
|
|
|
*.qmlc
|
|
|
|
*.jsc
|
2013-01-11 00:16:36 +08:00
|
|
|
Makefile*
|
2015-11-30 03:20:50 +08:00
|
|
|
*build-*
|
2019-09-20 23:55:19 +08:00
|
|
|
*.qm
|
2019-10-09 21:24:27 +08:00
|
|
|
*.prl
|
2013-06-15 00:51:59 +08:00
|
|
|
|
2017-05-21 14:56:56 +08:00
|
|
|
# Qt unit tests
|
|
|
|
target_wrapper.*
|
|
|
|
|
2013-06-15 00:51:59 +08:00
|
|
|
# QtCreator
|
|
|
|
*.autosave
|
2014-07-01 20:05:36 +08:00
|
|
|
|
2018-02-12 10:22:09 +08:00
|
|
|
# QtCreator Qml
|
2014-07-01 20:05:36 +08:00
|
|
|
*.qmlproject.user
|
|
|
|
*.qmlproject.user.*
|
2016-01-26 01:50:35 +08:00
|
|
|
|
2018-02-12 10:22:09 +08:00
|
|
|
# QtCreator CMake
|
2016-06-15 19:58:14 +08:00
|
|
|
CMakeLists.txt.user*
|
2019-01-18 00:39:58 +08:00
|
|
|
|
2021-07-11 13:03:23 +08:00
|
|
|
# QtCreator 4.8< compilation database
|
2019-01-18 00:39:58 +08:00
|
|
|
compile_commands.json
|
2019-02-01 04:22:18 +08:00
|
|
|
|
|
|
|
# QtCreator local machine specific files for imported projects
|
|
|
|
*creator.user*
|
2020-03-13 02:47:06 +08:00
|
|
|
|
|
|
|
*_qmlcache.qrc
|