Files
qemby/.gitignore
2026-06-10 11:17:51 +08:00

56 lines
598 B
Plaintext
Raw Blame History

# 构建目录 (最重要的!)
/build/
/build*/
*.user
# C++ 编译产物
*.exe
*.dll
*.o
*.obj
*.ilk
*.pdb
*.suo
# 库文件
*.lib
*.a
*.so
# MOC 和 UI 生成的文件
moc_*.cpp
ui_*.h
qrc_*.cpp
# 本地 IDE 设置
.DS_Store
.vs/
.vscode/
# clangd 缓存
.cache/
compile_commands.json
# 预编译第三方库 (请参阅 README 中的构建说明)
libs/libmpv/
# Release 构建产物
*.zip
# AI 辅助工具
.antigravityignore
.antigravityrules
.gemini/
.agents/
_agents/
# <20><><EFBFBD>Ӳݸ<D3B2>
linuxdo_post.md
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
dist/
release/
build/
.idea
cmake-build-debug/
packaging/