mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
4 lines
110 B
Plaintext
4 lines
110 B
Plaintext
# compare .pbxproj files as binary and always merge as union
|
|
*.pbxproj binary -merge=union
|
|
*.m text diff=objc
|