1 changed files with 56 additions and 0 deletions
@ -0,0 +1,56 @@ |
|||
/*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 |
|||
|
|||
*d.dll |
|||
*.exe |
|||
# *.html |
|||
*.cmake |
|||
*.cbp |
|||
*.user |
|||
CMakeCache.txt |
|||
CMakeFiles/ |
|||
*autogen/ |
|||
*.ini |
|||
|
|||
deploy/ |
|||
Deploy/ |
|||
|
|||
# qtcreator generated files |
|||
*.pro.user* |
|||
|
|||
|
|||
# MinGW generated files |
|||
*.Debug |
|||
*.Release |
|||
.vscode/ |
|||
|
|||
.claude |
|||
|
|||
*.bkp |
|||
__pycache__ |
|||
|
|||
|
|||
Loading…
Reference in new issue