diff options
author | John Gietzen <otac0n@gietzen.us> | 2011-09-13 20:49:47 -0500 |
---|---|---|
committer | John Gietzen <otac0n@gietzen.us> | 2011-09-13 20:49:47 -0500 |
commit | dddfb13bf58d776f35dbfe94bc088602b9bab1d9 (patch) | |
tree | 1cde9df0977b456432e0c150481aff77f4a9cbbb | |
parent | 4c9fba7b1e942141a3bf5345a8c3b91b3d77d241 (diff) | |
download | gitignore-dddfb13bf58d776f35dbfe94bc088602b9bab1d9.tar.gz gitignore-dddfb13bf58d776f35dbfe94bc088602b9bab1d9.zip |
Fixed bin and obj folders to support silverlight-style capitalization, and added the trailing slash, so that Git treats these entries as directory entries.
-rw-r--r-- | CSharp.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CSharp.gitignore b/CSharp.gitignore index 9ac0ec3d..044ecea8 100644 --- a/CSharp.gitignore +++ b/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
\ No newline at end of file |