From 42ba39b0602c44ceb609459fd4d9c2ef339b843e Mon Sep 17 00:00:00 2001 From: Marcel Raad Date: Wed, 9 Aug 2017 14:07:37 +0200 Subject: [PATCH] gitignore: ignore top-level .vs folder This folder is generated when using the CMake build system from within Visual Studio. Closes https://github.com/curl/curl/pull/1746 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index be617415e..faa2a2c48 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ .libs .project .settings +/.vs /build/ /builds/ __pycache__