From b65f2d4eab8d698373392958f44a30e8bec15244 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Tue, 19 Jun 2018 16:54:04 -0700 Subject: [.gitignore] Ignore only the root `vcpkg` executable Previously it would also ignore vcpkg subdfolders --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 796739b31..4d3d12e06 100644 --- a/.gitignore +++ b/.gitignore @@ -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/ -- cgit v1.2.3