Ignore build files for VS and VS Code

Git: Add VS/VSCode litter to .gitignore

Neither regular VS nor VS Code can't seem to keep themselves from
littering in the source folders.

This change adds some common litter to .gitignore file to provide some
relief for developers using these editors/IDE's
This commit is contained in:
bonj 2023-03-07 17:38:34 +01:00 committed by Ray molenkamp
parent 023524765a
commit 393d5aac59
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -65,3 +65,10 @@ waveletNoiseTile.bin
/release/datafiles/locale/
/release/scripts/addons_contrib/
/source/tools/
# Build files for VS and VS Code.
/build/
/out/
CMakeSettings.json
CMakePresets.json
CMakeUserPresets.json