Skip to content

Commit e6117c9

Browse files
committed
Ignore multiple backup directories & logfiles from vsual studio's project conversion.
It is possible to run the project converter multiple times, which would generate new backup-directories (Backup1-Backupn) and logfiles (UpgradeLog2.XML-UpgradeLogn.XML)
1 parent 266c134 commit e6117c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Global/VisualStudio.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ Generated_Code #added for RIA/Silverlight projects
6868
# Backup & report files from converting an old project file to a newer
6969
# Visual Studio version. Backup files are not needed, because we have git ;-)
7070
_UpgradeReport_Files/
71-
Backup/
72-
UpgradeLog.XML
71+
Backup*/
72+
UpgradeLog*.XML

0 commit comments

Comments
 (0)