Przeglądaj źródła

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 4 lat temu
rodzic
commit
c1be6c76c8
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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