From ce0f9b3128cf2955b3430ff294c5de28bcf3b9ec Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Thu, 20 Dec 2012 19:02:14 -0600 Subject: [PATCH] winemac.drv: Tell git's diff engine to recognize Objective-C source files. --- dlls/winemac.drv/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 dlls/winemac.drv/.gitattributes diff --git a/dlls/winemac.drv/.gitattributes b/dlls/winemac.drv/.gitattributes new file mode 100644 index 00000000000..4e9525e29c6 --- /dev/null +++ b/dlls/winemac.drv/.gitattributes @@ -0,0 +1,2 @@ +*.m diff=objc +*.h diff=objc