From: Ivan Maidanski Date: Tue, 19 Jun 2018 21:45:12 +0000 (+0300) Subject: .gitignore: Ignore '.vs' folders X-Git-Tag: v8.0.0~110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9115aa98e1aae8f85ddeb0083644b15f5e453b82;p=gc .gitignore: Ignore '.vs' folders --- diff --git a/.gitignore b/.gitignore index 708add19..42d067e1 100644 --- a/.gitignore +++ b/.gitignore @@ -160,6 +160,7 @@ gc.def # Stuff from VS build system and IDE *.vcproj.*.user +.vs/ # Code analysis tools: *.c.gcov