From 04c20d55f85711cfc627b7db1627d69ff80e47ed Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sat, 11 Aug 2012 15:33:32 -0700 Subject: [PATCH] Update CSharp.gitignore Added UpgradeLog*.htm and vi's *~ temp files. --- CSharp.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CSharp.gitignore b/CSharp.gitignore index 99120852..07e9d98a 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -95,6 +95,7 @@ TestResults ClientBin [Ss]tyle[Cc]op.* ~$* +*~ *.dbmdl Generated_Code #added for RIA/Silverlight projects @@ -103,3 +104,4 @@ Generated_Code #added for RIA/Silverlight projects _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML +UpgradeLog*.htm