[.gitignore] Ignore only the root vcpkg executable

Previously it would also ignore vcpkg subdfolders
This commit is contained in:
Alexander Karatarakis 2018-06-19 16:54:04 -07:00
parent 1bc3110a3b
commit b65f2d4eab

4
.gitignore vendored
View file

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