This commit is contained in:
2026-04-22 19:36:06 +08:00
commit bb062ecfb4
370 changed files with 291868 additions and 0 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Xmake build directories
.xmake/
build/
build32/
build64/
# Compiled binaries
*.exe
*.out
*.o
*.obj
*.a
*.lib
*.so
*.dll
# IDE
.vscode/
.idea/
*.sln
*.vcxproj*
# OS files
.DS_Store
Thumbs.db
# Backup files
*.bak
*.tmp
*~
3rd/
lib/