diff options
author | Markus Armbruster <armbru@redhat.com> | 2019-09-13 22:13:34 +0200 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2019-09-24 14:07:22 +0200 |
commit | b1862ee6233805172bab89a1fc44e929dcdbd9fa (patch) | |
tree | 7bb5cc4b08228ad38dfe883c0a1858950cb02d26 /scripts/git.orderfile | |
parent | 863f195fa823c0c20d734dadfc5908c2aea34330 (diff) |
scripts/git.orderfile: Match QAPI schema more precisely
Pattern *.json also matches the tests/qapi-schema/*.json. Separates
them from the tests/qapi-schema/*.{err,exit,out} in diffs. I hate
that. Change the pattern to match just the "real" QAPI schemata.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190913201349.24332-2-armbru@redhat.com>
Diffstat (limited to 'scripts/git.orderfile')
-rw-r--r-- | scripts/git.orderfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/git.orderfile b/scripts/git.orderfile index ac699700b1..e89790941c 100644 --- a/scripts/git.orderfile +++ b/scripts/git.orderfile @@ -19,11 +19,11 @@ Makefile* *.mak # qapi schema -*.json +qapi/*.json +qga/*.json # headers *.h # code *.c - |