From 19d4108357da52388d892836571fdc7dccc6eb5f Mon Sep 17 00:00:00 2001 From: Thomas Fischer Date: Fri, 14 Mar 2014 17:18:11 +0100 Subject: [PATCH] improved gitignore for VS2012 --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index d3f9aff55..0ddf3aba2 100644 --- a/.gitignore +++ b/.gitignore @@ -40,6 +40,11 @@ local.properties *.suo *.user *.sln.docstates +*.sln +*.vcxproj +*.vcxproj.filters +*.vcproj + # Build results [Dd]ebug/ @@ -62,6 +67,11 @@ local.properties *.vspscc .builds *.dotCover +*.dll +*.lib +*.exp +*.exe + ## TODO: If you have NuGet Package Restore enabled, uncomment this #packages/