From 6a0ed52dffd639a51c94acdcd2c650eaab4a53d7 Mon Sep 17 00:00:00 2001 From: Aron Cedercrantz Date: Wed, 7 Sep 2011 19:35:53 +0200 Subject: [PATCH] Move Objective-C specifics to own attributes file - Move *.m and *.mm to the new Objective-C git attributes file. - Remove the *.pbxproj binary attribute since we do want to see the diff. --- Git/Objective-C.gitattributes | 2 ++ Git/global.gitattributes | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 Git/Objective-C.gitattributes diff --git a/Git/Objective-C.gitattributes b/Git/Objective-C.gitattributes new file mode 100644 index 0000000..357f41b --- /dev/null +++ b/Git/Objective-C.gitattributes @@ -0,0 +1,2 @@ +*.m diff=objc +*.mm diff=objc diff --git a/Git/global.gitattributes b/Git/global.gitattributes index bc6a5c2..8eba7bb 100644 --- a/Git/global.gitattributes +++ b/Git/global.gitattributes @@ -1,5 +1,2 @@ -*.pbxproj binary -*.m diff=objc -*.mm diff=objc *.doc diff=word *.pdf diff=pdf