diff mbox series

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

Message ID 20201213205132.243628-1-f4bug@amsat.org
State New
Headers show
Series scripts/git.orderfile: Keep files with .inc extension sorted | expand

Commit Message

Philippe Mathieu-Daudé Dec. 13, 2020, 8:51 p.m. UTC
Sort .inc files along with the extension including them.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 scripts/git.orderfile | 3 +++
 1 file changed, 3 insertions(+)

Comments

Paolo Bonzini Dec. 14, 2020, 11:16 a.m. UTC | #1
On 13/12/20 21:51, Philippe Mathieu-Daudé wrote:
> Sort .inc files along with the extension including them.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   scripts/git.orderfile | 3 +++
>   1 file changed, 3 insertions(+)
> 
> diff --git a/scripts/git.orderfile b/scripts/git.orderfile
> index 3736c1d6aff..b32203b7106 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
> 

Queued, thanks.

Paolo
diff mbox series

Patch

diff --git a/scripts/git.orderfile b/scripts/git.orderfile
index 3736c1d6aff..b32203b7106 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