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

1
.gitignore vendored
View File

@ -25,6 +25,7 @@ bld/
[Bb]in/ [Bb]in/
[Oo]bj/ [Oo]bj/
[Ll]og/ [Ll]og/
vcpkg
# Visual Studio 2015 cache/options directory # Visual Studio 2015 cache/options directory
.vs/ .vs/