scripts/git.orderfile: Keep files with .inc extension sorted

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>
This commit is contained in:
Philippe Mathieu-Daudé 2020-12-13 21:51:32 +01:00 committed by Paolo Bonzini
parent 07b35a23c3
commit a1bcbb485c
1 changed files with 3 additions and 0 deletions

View 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