create projet

This commit is contained in:
zhangyazhou
2023-04-03 19:57:45 +08:00
commit dc7eb87eda
4 changed files with 50 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
/cmake-build-debug/
/cmake-build-debug-visual-studio/
/cmake-build-minsizerel/
/cmake-build-minsizerel-visual-studio/
/cmake-build-release/
/cmake-build-release-visual-studio/
/cmake-build-relwithdebinfo/
/cmake-build-relwithdebinfo-visual-studio/
.idea/