From c1be6c76c83ff449b58797520dd5b0383b994a5a Mon Sep 17 00:00:00 2001 From: RichardTea <31507749+RichardTea@users.noreply.github.com> Date: Wed, 20 Jan 2021 10:18:49 +0000 Subject: [PATCH] Update gitignore for Visual Studio 2019 Default behaviour of VS2019 "Open Folder" for cmake projects: - Build into "out/" folder in-source - Store the config in CMakeSettings.json - Keep VS info in .vs/ folder --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index fe59f9a70..f9c1a490f 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ build *.VC.db-wal *.VC.opendb *.ipch +.vs/ +out/ +CMakeSettings.json # Output bin/