From 38ad18d145b8f5829a9d9fd0d94161d6315f843e Mon Sep 17 00:00:00 2001 From: Bailey Cosier Date: Sat, 16 Sep 2017 20:40:38 +0700 Subject: [PATCH] Ignore .vs directory when opening CMake project natively inside VisualStudio --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dd88e65e4..584b7b136 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Release MinSizeRel RelWithDebInfo *.xcodeproj +.vs # CMake files Makefile