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.
48 lines
385 B
48 lines
385 B
/*release*/
|
|
/*debug/
|
|
/.idea/
|
|
/windeploy/
|
|
users*
|
|
*Debug
|
|
*Release
|
|
Makefile*
|
|
# *.rc
|
|
ui_*.h
|
|
moc_*.cpp
|
|
*.o
|
|
moc*
|
|
qrc*
|
|
test_data/
|
|
build/
|
|
|
|
logs/
|
|
|
|
|
|
.qtc_clangd
|
|
|
|
*.autosave
|
|
/.qmake.cache
|
|
/.qmake.stash
|
|
|
|
*d.dll
|
|
*.exe
|
|
*.html
|
|
*.cmake
|
|
*.cbp
|
|
*.user
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
*autogen/
|
|
*.ini
|
|
|
|
deploy/
|
|
|
|
# qtcreator generated files
|
|
*.pro.user*
|
|
|
|
|
|
# MinGW generated files
|
|
*.Debug
|
|
*.Release
|
|
Build/
|
|
Deploy/
|
|
|