From dddfb13bf58d776f35dbfe94bc088602b9bab1d9 Mon Sep 17 00:00:00 2001 From: John Gietzen Date: Tue, 13 Sep 2011 20:49:47 -0500 Subject: [PATCH] Fixed bin and obj folders to support silverlight-style capitalization, and added the trailing slash, so that Git treats these entries as directory entries. --- CSharp.gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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