You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
370 B
46 lines
370 B
4 months ago
|
/*release*/
|
||
|
/*debug/
|
||
|
/.idea/
|
||
|
/windeploy/
|
||
|
users*
|
||
|
*Debug
|
||
|
*Release
|
||
|
Makefile*
|
||
|
# *.rc
|
||
|
# ui_*.h
|
||
|
moc_*.cpp
|
||
|
*.o
|
||
|
moc*
|
||
|
qrc*
|
||
|
test_data/
|
||
|
build/
|
||
|
Build/
|
||
|
|
||
|
logs/
|
||
|
|
||
|
|
||
|
.qtc_clangd
|
||
|
|
||
|
*.autosave
|
||
|
/.qmake.cache
|
||
|
/.qmake.stash
|
||
|
|
||
|
# *.html
|
||
|
*.cmake
|
||
|
*.cbp
|
||
|
*.user
|
||
|
CMakeCache.txt
|
||
|
CMakeFiles/
|
||
|
*autogen/
|
||
|
|
||
|
deploy/
|
||
|
Deploy/
|
||
|
|
||
|
# qtcreator generated files
|
||
|
*.pro.user*
|
||
|
|
||
|
|
||
|
# MinGW generated files
|
||
|
*.Debug
|
||
|
*.Release
|