From: John Gietzen Date: Wed, 14 Sep 2011 01:49:47 +0000 (-0500) Subject: Fixed bin and obj folders to support silverlight-style capitalization, and added... X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F201%2Fhead;p=gitignore.git Fixed bin and obj folders to support silverlight-style capitalization, and added the trailing slash, so that Git treats these entries as directory entries. --- diff --git a/CSharp.gitignore b/CSharp.gitignore index 9ac0ec3d..044ecea8 100644 --- a/CSharp.gitignore +++ b/CSharp.gitignore @@ -1,6 +1,6 @@ # Build Folders (you can keep bin if you'd like, to store dlls and pdbs) -bin -obj +[Bb]in/ +[Oo]bj/ # mstest test results TestResults \ No newline at end of file