初版。

This commit is contained in:
2026-02-26 22:40:23 +08:00
commit 4ab7d84597
15 changed files with 2175 additions and 0 deletions

43
.gitignore vendored Normal file
View File

@@ -0,0 +1,43 @@
# Prerequisites
*.d
.qtcreator
# Compiled Object files
*.slo
*.lo
*.o
*.obj
out
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
build
cmake-*
.idea
.vs
.cache
xpbuild
.xmake
compile_commands.json
build*