Ver código fonte

Merge pull request #201 from otac0n/patch-1

Fixed bin and obj folders to support silverlight-style capitalization, an
Paul Betts 13 anos atrás
pai
commit
93aa6ed95a
1 arquivos alterados com 2 adições e 2 exclusões
  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