diff options
author | Eliot Horowitz <eliot@10gen.com> | 2009-02-02 11:44:56 -0500 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2009-02-02 11:44:56 -0500 |
commit | 7ef418ddf86f984cc4baf124a05ff1c4f6a682ac (patch) | |
tree | eb4cae156a7eaf16c279f3cc7d255618ea88bcd7 /.gitattributes | |
parent | 720527c105f26f495f902ec32ff504d81a3b6399 (diff) | |
download | mongo-7ef418ddf86f984cc4baf124a05ff1c4f6a682ac.tar.gz |
treat xcode config files as binary
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index c78f349b93b..5f07ecabdae 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ *.vcproj -crlf -diff -merge +*.pbxproj -crlf -diff -merge |