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/ folderpull/3596/head
parent
c52e5c4da8
commit
c1be6c76c8
|
@ -18,6 +18,9 @@ build
|
|||
*.VC.db-wal
|
||||
*.VC.opendb
|
||||
*.ipch
|
||||
.vs/
|
||||
out/
|
||||
CMakeSettings.json
|
||||
|
||||
# Output
|
||||
bin/
|
||||
|
|
Loading…
Reference in New Issue