summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarcel Raad <Marcel.Raad@teamviewer.com>2017-08-09 14:07:37 +0200
committerMarcel Raad <Marcel.Raad@teamviewer.com>2017-08-10 09:11:26 +0200
commit42ba39b0602c44ceb609459fd4d9c2ef339b843e (patch)
tree51a5f2ac35387829bb88f918183cced2b445aca1 /.gitignore
parent0b5665c98a0f8b12023d73014b5bb5d4de41a243 (diff)
downloadcurl-42ba39b0602c44ceb609459fd4d9c2ef339b843e.tar.gz
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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
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__