浏览代码

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 年之前
父节点
当前提交
c1be6c76c8
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .gitignore

+ 3 - 0
.gitignore

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