自动更新管控端
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.
 
 
 
 
 
 

33 lines
275 B

# 编译目录
build/
build_windows/
bin/
# 安装目录
install/
# 生成的可执行文件
*.exe
*.out
# 目标文件
*.o
*.obj
# 临时文件
*.tmp
*.temp
# 日志文件
*.log
# IDE配置文件
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统文件
.DS_Store
Thumbs.db