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