GrabBag/.gitignore

38 lines
345 B
Plaintext

##备份代码
**/Source
## winfile
**/.vs
**/.vscode
**/ipch
*.db
*.aps
*.user
*.opendb
**/VrRelease
**/VrPrintlog
**/QTRelease
VIZUM_VIEYE_LOG.txt
## linuxfile
**/build*
**/qbuild
**/bin
*.o
*.d
*.so
*.a
*.lib
*.exp
*.def
Makefile
.qmake.stash
## 发布目录
**/Output
**/Code
**/Tools
**/Publish