From: Philippe Mathieu-Daudé Date: Sun, 13 Dec 2020 20:51:32 +0000 (+0100) Subject: scripts/git.orderfile: Keep files with .inc extension sorted X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a1bcbb485c91c0869832b0bda62ff564ddfc52f3;p=qemu.git scripts/git.orderfile: Keep files with .inc extension sorted Sort .inc files along with the extension including them. Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20201213205132.243628-1-f4bug@amsat.org> Signed-off-by: Paolo Bonzini --- diff --git a/scripts/git.orderfile b/scripts/git.orderfile index 3736c1d6af..b32203b710 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -12,6 +12,7 @@ # Documentation docs/* *.rst +*.rst.inc # build system configure @@ -28,9 +29,11 @@ qga/*.json # headers *.h +*.h.inc # decoding tree specification *.decode # code *.c +*.c.inc