Browse Source

Fixed bin and obj folders to support silverlight-style capitalization, and added the trailing slash, so that Git treats these entries as directory entries.

John Gietzen 13 years ago
parent
commit
dddfb13bf5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CSharp.gitignore

+ 2 - 2
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