first comit

This commit is contained in:
drygrass
2025-11-18 23:41:04 +08:00
commit 89351183c3
13 changed files with 2376 additions and 0 deletions

28
.gitignore vendored Normal file
View File

@@ -0,0 +1,28 @@
# CMake 生成目录
build/
CMakeFiles/
CMakeCache.txt
.cache/
.vscode/
.test
# CMake 生成的可执行文件和库
*.exe
*.out
*.a
*.so
*.dylib
*.lib
*.dll
# CMake 临时文件
*.cmake
Makefile
CMakeScripts/
# 其他常见生成文件
*.ninja
.ninja_deps
.ninja_log
compile_commands.json
install_manifest.txt