From: Erwin Janssen Date: Sat, 11 Jun 2016 23:24:41 +0000 (+0200) Subject: Ignoring local .vs Visual Studio folder. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~5^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=833cb12c4154a69accae9f665e9ecaaa5054d061;p=graphviz Ignoring local .vs Visual Studio folder. --- diff --git a/.gitignore b/.gitignore index 221d0efa7..8c9179436 100644 --- a/.gitignore +++ b/.gitignore @@ -208,4 +208,7 @@ windows/build/graphviz.wxs # Ignore folders generated by Visual Studio builds **/Debug/** -**/Release/** \ No newline at end of file +**/Release/** + +# Ignore local Visual Studio folder +.vs/** \ No newline at end of file diff --git a/.vs/graphviz/v14/.suo b/.vs/graphviz/v14/.suo deleted file mode 100644 index b4c2ed097..000000000 Binary files a/.vs/graphviz/v14/.suo and /dev/null differ