diff options
author | Michael Bemmerl <mail@mx-server.de> | 2011-03-07 23:50:23 +0100 |
---|---|---|
committer | Michael Bemmerl <mail@mx-server.de> | 2011-03-07 23:50:23 +0100 |
commit | dc3ff85dceabbd8649c20bcf6cb7db19fbc5775d (patch) | |
tree | f39162dd1efbef2690d54236f30b248239060c55 /Global | |
parent | 0e80099258df03867d28b1ef103f3412cdbca48b (diff) | |
download | gitignore-dc3ff85dceabbd8649c20bcf6cb7db19fbc5775d.tar.gz gitignore-dc3ff85dceabbd8649c20bcf6cb7db19fbc5775d.zip |
Ignore backup & log files from converting projects to a new Visual Studio version.
Diffstat (limited to 'Global')
-rw-r--r-- | Global/VisualStudio.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
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 |