From 9115aa98e1aae8f85ddeb0083644b15f5e453b82 Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Wed, 20 Jun 2018 00:45:12 +0300 Subject: [PATCH] .gitignore: Ignore '.vs' folders --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 708add1..42d067e 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 -- 2.7.4