Browse Source

scripts/git.orderfile: Display meson files along with buildsys ones

Since commit a56650518f5 ("configure: integrate Meson in the build
system") we replaced many Makefile by Meson files. Adapt the
git.orderfile script to display the new file at the same position.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200907161222.41915-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Philippe Mathieu-Daudé 5 years ago
parent
commit
8edacae026
1 changed files with 1 additions and 0 deletions
  1. 1 0
      scripts/git.orderfile

+ 1 - 0
scripts/git.orderfile

@@ -18,6 +18,7 @@ docs/*
 configure
 configure
 Makefile*
 Makefile*
 *.mak
 *.mak
+meson.build
 
 
 # qapi schema
 # qapi schema
 qapi/*.json
 qapi/*.json