From: Ivan Maidanski Date: Tue, 19 Jun 2018 21:45:12 +0000 (+0300) Subject: .gitignore: Ignore '.vs' folders X-Git-Tag: v7.6.8~92 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c09fa70237dad0c4ce1998e9aafa5ec917e9191d;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