Files
chengnan/.gitignore
luochen570 7df5312e16
Some checks failed
Build Windows Release / build-windows (push) Has been cancelled
chore: keep build tooling in workflow only
2026-05-29 23:05:25 +08:00

53 lines
674 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 构建输出与发布产物
/build*/
/dist*/
/out*/
/release*/
/debug*/
# 编译工具、SDK、第三方依赖缓存
# 本仓库只保存源码CMake/Ninja/Qt/OpenCV/MSYS2/vcpkg 等均由工作流临时安装。
/tools/
/third_party/
/downloads/
/.cache/
/vcpkg_installed/
# CMake / Ninja / 编译数据库
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
install_manifest.txt
.ninja_*
build.ninja
compile_commands.json
# Windows / Qt / C++ 本地产物
*.exe
*.dll
*.lib
*.pdb
*.ilk
*.obj
*.exp
*.manifest
*.qrc.depends
moc_*.cpp
qrc_*.cpp
ui_*.h
*_autogen/
# 日志和临时文件
*.log
*.tmp
*.bak
*.swp
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.user
*.pro.user