From d026c3e2c5cdadb39e3503371a0c08fbc78050b7 Mon Sep 17 00:00:00 2001 From: Alexandru Bagu Date: Wed, 13 Oct 2021 14:10:57 -0400 Subject: [PATCH] ignore .vs and out dir created by Visual Studio --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c844922f6..e271bd2d4 100644 --- a/.gitignore +++ b/.gitignore @@ -88,6 +88,8 @@ RelWithDebInfo version.rc *.VC.db *.VC.opendb +out +.vs # Binaries *.a