diff options
author | Brendan Forster <brendan@github.com> | 2015-07-04 12:34:17 +0930 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-07-04 12:34:17 +0930 |
commit | 0f61d7e24079ae21b4c6c396eaa380f9a7c107cd (patch) | |
tree | 19bd918049657b509502db431873595642e757f9 | |
parent | f515ae6c5c414d45097ce9e12be385c902fd863d (diff) | |
download | gitignore-0f61d7e24079ae21b4c6c396eaa380f9a7c107cd.tar.gz gitignore-0f61d7e24079ae21b4c6c396eaa380f9a7c107cd.zip |
refreshing words
-rw-r--r-- | VisualStudio.gitignore | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 07f86278..b6867bc3 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -238,9 +238,11 @@ ClientBin/ # temporary directory used by compiler Generated_Code/ -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) +# Migrating Projects +# When upgrading a solution to a newer version of Visual Studio, there are a +# number of output files created so you can view the log, troubleshoot issues +# and potentially revert to a backup. These can be safely ignored, because +# you're already using version control. _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML |