From fadda15db18a341ff0c1e2cd79a379ef9ca3eab9 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Mon, 25 Jan 2016 23:35:10 +0100 Subject: [PATCH] Add Visual Studio 2015 specific folder to the list of ignored files/folders. VS 2015 specific folder .vs (with solution user options and cache) should be ignored in commits by default. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a425c69869..33e9b6ca48 100644 --- a/.gitignore +++ b/.gitignore @@ -53,6 +53,7 @@ /build/msw/wx_vc12.opensdf /build/msw/wx_vc12.sdf /build/msw/*.suo +/build/msw/.vs/ # /demos/ /demos/*/*.sln