commit | b1862ee6233805172bab89a1fc44e929dcdbd9fa | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Fri Sep 13 22:13:34 2019 +0200 |
committer | Markus Armbruster <armbru@redhat.com> | Tue Sep 24 14:07:22 2019 +0200 |
tree | 7bb5cc4b08228ad38dfe883c0a1858950cb02d26 | |
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>