Unverified Commit 42ba39b0 authored by Marcel Raad's avatar Marcel Raad
Browse files

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
parent 0b5665c9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
.libs
.project
.settings
/.vs
/build/
/builds/
__pycache__