first commit

This commit is contained in:
bing
2026-04-03 11:29:43 +08:00
commit 2974a3dec5
60 changed files with 10444 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@@ -0,0 +1,10 @@
# Default for those who don't have core.autocrlf set
* text=auto
# Things that should be treated as text
*.cpp text
*.h text
CMakeLists.txt text
*.cmake text
*.md text
*.in text