From dc3ff85dceabbd8649c20bcf6cb7db19fbc5775d Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Mon, 7 Mar 2011 23:50:23 +0100 Subject: [PATCH] Ignore backup & log files from converting projects to a new Visual Studio version. --- Global/VisualStudio.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index 845a488a..04ba113b 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -64,3 +64,9 @@ stylecop.* ~$* *.dbmdl Generated_Code #added for RIA/Silverlight projects + +# Backup & report files from converting an old project file to a newer +# Visual Studio version. Backup files are not needed, because we have git ;-) +_UpgradeReport_Files/ +Backup/ +UpgradeLog.XML -- GitLab