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
This commit is contained in:
Marcel Raad
2017-08-09 14:07:37 +02:00
parent 0b5665c98a
commit 42ba39b060

1
.gitignore vendored
View File

@@ -17,6 +17,7 @@
.libs
.project
.settings
/.vs
/build/
/builds/
__pycache__