Explorar o código

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
RichardTea %!s(int64=4) %!d(string=hai) anos
pai
achega
c1be6c76c8
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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