From 41c8f7b2fc5b8de6165612a0d106b13ebe5654bd Mon Sep 17 00:00:00 2001 From: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> Date: Tue, 6 Oct 2020 23:39:32 +0200 Subject: add default build dir of vs code to gitignore (#13734) Co-authored-by: JackBoosY --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index b971df79d..a3d42ed70 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,8 @@ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ +# VS Code build +toolsrc/build # Ignore the executable /vcpkg /vcpkg.exe -- cgit v1.2.3