add gitignore

This commit is contained in:
NuoDaJia
2025-10-18 16:55:32 +08:00
parent 0163468b23
commit 472c7fff44

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# 忽略所有层级的 build 文件夹及其内容
**/build/
# 忽略所有层级的 install 文件夹及其内容
**/install/
# 忽略所有层级的 log 文件夹及其内容
**/log/