From: Philippe Mathieu-Daudé Date: Thu, 17 Mar 2022 12:57:28 +0000 (+0100) Subject: gitattributes: Cover Objective-C source files X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bc4ca8efba3ee38e6b3773fb0ed783380bf9c1bd;p=qemu.git gitattributes: Cover Objective-C source files Apple's Git distribution actually carries a similar file which annotates *.m: https://github.com/apple-opensource/Git/blob/73/gitattributes See comments in commit 29cf16db23 ("buildsys: Help git-diff adding .gitattributes config file") for details. Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Christian Schoenebeck Message-Id: <20220317130326.39188-1-philippe.mathieu.daude@gmail.com> --- diff --git a/.gitattributes b/.gitattributes index 07f430e944..a217cb7bfe 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,4 @@ *.c.inc diff=c *.h.inc diff=c +*.m diff=objc *.py diff=python