projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07b35a2
)
scripts/git.orderfile: Keep files with .inc extension sorted
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Sun, 13 Dec 2020 20:51:32 +0000
(21:51 +0100)
committer
Paolo 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
patch
|
blob
|
history
diff --git
a/scripts/git.orderfile
b/scripts/git.orderfile
index 3736c1d6afff598e1040bff60cadd415c25baaf4..b32203b7106aed9f8fc4b8a8e9cc61037bd05c92 100644
(file)
--- 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