소스 검색

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 년 전
부모
커밋
dddfb13bf5
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