diff options
author | Philippe Mathieu-Daudé | 2022-03-17 13:57:28 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2022-03-29 00:15:14 +0200 |
commit | bc4ca8efba3ee38e6b3773fb0ed783380bf9c1bd (patch) | |
tree | 86b6a4716254e6824cbe7809cbef32119710c373 | |
parent | Merge tag 'pull-ppc-20220326' of https://github.com/legoater/qemu into staging (diff) | |
download | qemu-bc4ca8efba3ee38e6b3773fb0ed783380bf9c1bd.tar.gz qemu-bc4ca8efba3ee38e6b3773fb0ed783380bf9c1bd.tar.xz qemu-bc4ca8efba3ee38e6b3773fb0ed783380bf9c1bd.zip |
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é <f4bug@amsat.org>
Reviewed-by: Christian Schoenebeck <qemu_oss@crudebyte.com>
Message-Id: <20220317130326.39188-1-philippe.mathieu.daude@gmail.com>
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |