From: Philippe Mathieu-Daudé Date: Mon, 7 Sep 2020 16:12:22 +0000 (+0200) Subject: scripts/git.orderfile: Display meson files along with buildsys ones X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8edacae02652c5d1cad1fa60ff9a0df1e6120223;p=qemu.git 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é Reviewed-by: Stefano Garzarella Message-Id: <20200907161222.41915-1-philmd@redhat.com> Signed-off-by: Laurent Vivier --- diff --git a/scripts/git.orderfile b/scripts/git.orderfile index 73fd818d7f..a021afc2d5 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -18,6 +18,7 @@ docs/* configure Makefile* *.mak +meson.build # qapi schema qapi/*.json