debian-mirror-gitlab/vendor/gitignore/Qt.gitignore

44 lines
449 B
Plaintext
Raw Normal View History

2016-06-02 11:05:42 +05:30
# C++ objects and libs
*.slo
*.lo
*.o
*.a
*.la
*.lai
*.so
*.dll
*.dylib
# Qt-es
2017-09-10 17:25:29 +05:30
object_script.*.Release
object_script.*.Debug
*_plugin_import.cpp
2016-06-02 11:05:42 +05:30
/.qmake.cache
/.qmake.stash
*.pro.user
*.pro.user.*
*.qbs.user
*.qbs.user.*
*.moc
moc_*.cpp
2017-08-17 22:00:37 +05:30
moc_*.h
2016-06-02 11:05:42 +05:30
qrc_*.cpp
ui_*.h
2018-03-17 18:26:18 +05:30
*.qmlc
*.jsc
2016-06-02 11:05:42 +05:30
Makefile*
*build-*
2017-09-10 17:25:29 +05:30
# Qt unit tests
target_wrapper.*
2016-06-02 11:05:42 +05:30
# QtCreator
*.autosave
2018-03-27 19:54:05 +05:30
# QtCreator Qml
2016-06-02 11:05:42 +05:30
*.qmlproject.user
*.qmlproject.user.*
2018-03-27 19:54:05 +05:30
# QtCreator CMake
2016-06-22 15:30:34 +05:30
CMakeLists.txt.user*