ソースを参照

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)
 # Build Folders (you can keep bin if you'd like, to store dlls and pdbs)
-bin
-obj
+[Bb]in/
+[Oo]bj/
 
 
 # mstest test results
 # mstest test results
 TestResults
 TestResults