소스 검색

Merge pull request #201 from otac0n/patch-1

Fixed bin and obj folders to support silverlight-style capitalization, an
Paul Betts 13 년 전
부모
커밋
93aa6ed95a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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