On Donnerstag, 17. März 2022 14:03:26 CET Philippe Mathieu-Daudé wrote: > From: Philippe Mathieu-Daudé <f4...@amsat.org> > > See comments in commit 29cf16db23 ("buildsys: Help git-diff > adding .gitattributes config file") for details. > > Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> > ---
Reviewed-by: Christian Schoenebeck <qemu_...@crudebyte.com> > .gitattributes | 1 + > 1 file changed, 1 insertion(+) > > 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