]> git.proxmox.com Git - mirror_qemu.git/commitdiff
scripts/git.orderfile: Keep files with .inc extension sorted
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 13 Dec 2020 20:51:32 +0000 (21:51 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 15 Dec 2020 17:53:16 +0000 (12:53 -0500)
Sort .inc files along with the extension including them.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20201213205132.243628-1-f4bug@amsat.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
scripts/git.orderfile

index 3736c1d6afff598e1040bff60cadd415c25baaf4..b32203b7106aed9f8fc4b8a8e9cc61037bd05c92 100644 (file)
@@ -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