2021-09-03 16:56:57 +00:00
|
|
|
# CLion
|
|
|
|
**/.idea/**
|
|
|
|
|
2023-12-27 19:36:47 +00:00
|
|
|
# VS Code
|
|
|
|
**/.vscode/**
|
|
|
|
|
2021-09-03 16:56:57 +00:00
|
|
|
# CMake build files
|
|
|
|
**/cmake-build-debug/**
|
2022-07-17 00:11:07 +00:00
|
|
|
**/build/**
|
2023-03-12 02:02:26 +00:00
|
|
|
install
|
2021-09-03 16:56:57 +00:00
|
|
|
|
2021-09-01 13:41:30 +00:00
|
|
|
# C++ objects and libs
|
|
|
|
*.slo
|
|
|
|
*.lo
|
|
|
|
*.o
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.lai
|
|
|
|
*.so
|
|
|
|
*.so.*
|
|
|
|
*.dll
|
|
|
|
*.dylib
|
2022-03-06 16:54:05 +00:00
|
|
|
*.exe
|
2021-09-01 13:41:30 +00:00
|
|
|
|
|
|
|
# Qt-es
|
|
|
|
object_script.*.Release
|
|
|
|
object_script.*.Debug
|
|
|
|
*_plugin_import.cpp
|
|
|
|
/.qmake.cache
|
|
|
|
/.qmake.stash
|
|
|
|
*.pro.user
|
|
|
|
*.pro.user.*
|
|
|
|
*.qbs.user
|
|
|
|
*.qbs.user.*
|
|
|
|
*.moc
|
|
|
|
moc_*.cpp
|
|
|
|
moc_*.h
|
|
|
|
qrc_*.cpp
|
|
|
|
ui_*.h
|
|
|
|
*.qmlc
|
|
|
|
*.jsc
|
|
|
|
Makefile*
|
2022-07-17 00:11:07 +00:00
|
|
|
/*build-*
|
2021-09-01 13:41:30 +00:00
|
|
|
*.qm
|
|
|
|
*.prl
|
|
|
|
|
|
|
|
# Qt unit tests
|
|
|
|
target_wrapper.*
|
|
|
|
|
|
|
|
# QtCreator
|
|
|
|
*.autosave
|
|
|
|
|
|
|
|
# QtCreator Qml
|
|
|
|
*.qmlproject.user
|
|
|
|
*.qmlproject.user.*
|
|
|
|
|
|
|
|
# QtCreator CMake
|
|
|
|
CMakeLists.txt.user*
|
|
|
|
|
2022-03-06 16:54:05 +00:00
|
|
|
# QtCreator 4.8< compilation database
|
2021-09-01 13:41:30 +00:00
|
|
|
compile_commands.json
|
|
|
|
|
|
|
|
# QtCreator local machine specific files for imported projects
|
|
|
|
*creator.user*
|
2022-03-06 16:54:05 +00:00
|
|
|
|
|
|
|
*~
|
|
|
|
*.autosave
|
|
|
|
*.core
|
|
|
|
*.obj
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
*_pch.h.cpp
|
|
|
|
*_resource.rc
|
|
|
|
.#*
|
|
|
|
*.*#
|
|
|
|
core
|
|
|
|
!core/
|
|
|
|
tags
|
|
|
|
.DS_Store
|
|
|
|
.directory
|
|
|
|
*.debug
|
|
|
|
Makefile*
|
|
|
|
*.prl
|
|
|
|
*.app
|
|
|
|
moc_*.cpp
|
|
|
|
ui_*.h
|
|
|
|
qrc_*.cpp
|
|
|
|
Thumbs.db
|
|
|
|
*.res
|
|
|
|
*.rc
|
|
|
|
/.qmake.cache
|
|
|
|
/.qmake.stash
|
|
|
|
|
|
|
|
# qtcreator generated files
|
|
|
|
*.pro.user*
|
|
|
|
|
|
|
|
# xemacs temporary files
|
|
|
|
*.flc
|
|
|
|
|
|
|
|
# Vim temporary files
|
|
|
|
.*.swp
|
|
|
|
|
|
|
|
# Visual Studio generated files
|
|
|
|
*.ib_pdb_index
|
|
|
|
*.idb
|
|
|
|
*.ilk
|
|
|
|
*.pdb
|
|
|
|
*.sln
|
|
|
|
*.suo
|
|
|
|
*.vcproj
|
|
|
|
*vcproj.*.*.user
|
|
|
|
*.ncb
|
|
|
|
*.sdf
|
|
|
|
*.opensdf
|
|
|
|
*.vcxproj
|
|
|
|
*vcxproj.*
|
|
|
|
|
|
|
|
# MinGW generated files
|
|
|
|
*.Debug
|
|
|
|
*.Release
|
|
|
|
|
|
|
|
# Python byte code
|
|
|
|
*.pyc
|