From dc3ff85dceabbd8649c20bcf6cb7db19fbc5775d Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Mon, 7 Mar 2011 23:50:23 +0100 Subject: [PATCH 1/2] 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 From 697559b09c91c9b479d4cc309a95436b1603f002 Mon Sep 17 00:00:00 2001 From: Michael Bemmerl Date: Tue, 8 Mar 2011 22:20:55 +0100 Subject: [PATCH 2/2] Removed CSharp independent ignores, which are already in the globals VisualStudio.gitignore & Windows.gitignore. --- CSharp.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CSharp.gitignore b/CSharp.gitignore index e457e42c..d6ead5dd 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -5,12 +5,5 @@ _ReSharper* bin obj -# user settings -*.user -*.suo - -# if you have pictures, windows will likely create those annoying index files -Thumbs.db - # mstest test results TestResults \ No newline at end of file