From 393d5aac59d40454e9a5629694ec5ec78c06ce30 Mon Sep 17 00:00:00 2001 From: bonj Date: Tue, 7 Mar 2023 17:38:34 +0100 Subject: [PATCH] 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 --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 92be3345706..19da8b9205c 100644 --- a/.gitignore +++ b/.gitignore @@ -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