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 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