Update gitignore to exclude the vcpkg binary (artifact of the build

script) from the git repo
This commit is contained in:
Afnan Enayet 2018-04-25 12:04:58 -04:00
parent f6530368eb
commit 83f3006b4d
No known key found for this signature in database
GPG key ID: 9C669708328BC5A4

3
.gitignore vendored
View file

@ -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
############################################################
############################################################