diff options
author | Chris Wanstrath <chris@ozmm.org> | 2011-09-01 16:55:11 -0700 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2011-09-01 16:55:11 -0700 |
commit | c08b5eaf4af01a70b39e7d8f080cff67345c2300 (patch) | |
tree | c2b3784ad0d5ad1dd548080946a5ff48a8ea5ef5 /Global | |
parent | d9fb955d92e2eb4b15d0016e2711657b566e61da (diff) | |
parent | 9dd829c4861ee775b0ff9d332d5e1c35174f09fe (diff) | |
download | gitignore-c08b5eaf4af01a70b39e7d8f080cff67345c2300.tar.gz gitignore-c08b5eaf4af01a70b39e7d8f080cff67345c2300.zip |
Merge pull request #163 from mibe/master
Some C# / VS changes
Diffstat (limited to 'Global')
-rw-r--r-- | Global/VisualStudio.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Global/VisualStudio.gitignore b/Global/VisualStudio.gitignore index e6ea34e6..63aca6ab 100644 --- a/Global/VisualStudio.gitignore +++ b/Global/VisualStudio.gitignore @@ -69,5 +69,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 |