]> source.dussan.org Git - gitignore.git/commitdiff
Fixed bin and obj folders to support silverlight-style capitalization, and added... 201/head
authorJohn Gietzen <otac0n@gietzen.us>
Wed, 14 Sep 2011 01:49:47 +0000 (20:49 -0500)
committerJohn Gietzen <otac0n@gietzen.us>
Wed, 14 Sep 2011 01:49:47 +0000 (20:49 -0500)
CSharp.gitignore

index 9ac0ec3d0fb15a1b74cb749b1d25189f5bab7ff1..044ecea882ba30e7c60e4a0c9d6acc12173c352c 100644 (file)
@@ -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