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
This commit is contained in:
RichardTea
2021-01-20 10:18:49 +00:00
parent c52e5c4da8
commit c1be6c76c8

3
.gitignore vendored
View File

@@ -18,6 +18,9 @@ build
*.VC.db-wal
*.VC.opendb
*.ipch
.vs/
out/
CMakeSettings.json
# Output
bin/