mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
Update gitignore to exclude the vcpkg
binary (artifact of the build
script) from the git repo
This commit is contained in:
parent
f6530368eb
commit
83f3006b4d
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -25,6 +25,7 @@ bld/
|
|||
[Bb]in/
|
||||
[Oo]bj/
|
||||
[Ll]og/
|
||||
vcpkg
|
||||
|
||||
# Visual Studio 2015 cache/options directory
|
||||
.vs/
|
||||
|
@ -299,4 +300,4 @@ triplets/*
|
|||
|
||||
############################################################
|
||||
# vcpkg - End
|
||||
############################################################
|
||||
############################################################
|
||||
|
|
Loading…
Reference in a new issue