qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 44/45] scripts/git.orderfile: Keep files with .inc extension sorte


From: Paolo Bonzini
Subject: [PULL 44/45] scripts/git.orderfile: Keep files with .inc extension sorted
Date: Tue, 15 Dec 2020 12:54:44 -0500

From: Philippe Mathieu-Daudé <f4bug@amsat.org>

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 | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.26.2





reply via email to

[Prev in Thread] Current Thread [Next in Thread]