Add build scripts and update .gitignore
This commit introduces build scripts for both Windows (`build.bat`) and Linux/macOS (`build.sh`) to simplify the build process. It also updates the `.gitignore` file to a more comprehensive version that includes common patterns for C++ projects and various IDEs.
This commit is contained in:
+12
@@ -39,3 +39,15 @@
|
||||
|
||||
# debug information files
|
||||
*.dwo
|
||||
|
||||
# Build directory
|
||||
/build/
|
||||
|
||||
# IDE files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.vsproj
|
||||
|
||||
Reference in New Issue
Block a user