initial commit

This commit is contained in:
2024-05-17 21:40:15 +08:00
commit 8c5bae544a
7 changed files with 720 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
.vscode/
.vs/
build/
cmake-build-*/
.cmake/
CMakeFiles/
CMakeScripts/
CMakeCache.txt
cmake_install.cmake
Testing/
.ninja*
build.ninja
Makefile
.idea/
*.o
*.a
*.so
*.dylib
*.dll
*.exe
*.out