mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
Add build directory to .gitignore
It seems pretty typical to build in a build directory at the top level of the repo. In particular, that's what travis does: `cmake . -Bbuild` `cmake --build build` Add build directory to .gitignore to avoid comitting it accidentally.
This commit is contained in:
parent
3819df6e37
commit
f20e47db79
1
.gitignore
vendored
1
.gitignore
vendored
@ -13,3 +13,4 @@ CMakeCache.txt
|
|||||||
*.suo
|
*.suo
|
||||||
.vs/
|
.vs/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
build
|
||||||
|
Loading…
Reference in New Issue
Block a user