]> source.dussan.org Git - gitignore.git/commitdiff
Ignore multiple backup directories & logfiles from vsual studio's project conversion.
authorMichael Bemmerl <mail@mx-server.de>
Fri, 27 May 2011 22:47:21 +0000 (00:47 +0200)
committerMichael Bemmerl <mail@mx-server.de>
Sat, 28 May 2011 00:17:22 +0000 (02:17 +0200)
It is possible to run the project converter multiple times, which would generate new backup-directories (Backup1-Backupn) and logfiles (UpgradeLog2.XML-UpgradeLogn.XML)

Global/VisualStudio.gitignore

index 04ba113b2f691f4c2cf6e210b17deaaeaacecaf9..f12b4b9f1daa1036a6d0d77d6d53076884be34c4 100644 (file)
@@ -68,5 +68,5 @@ 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
+Backup*/
+UpgradeLog*.XML