Skip to content
Snippets Groups Projects
Commit b1862ee6 authored by Markus Armbruster's avatar Markus Armbruster
Browse files

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: default avatarMarkus Armbruster <armbru@redhat.com>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190913201349.24332-2-armbru@redhat.com>
parent 863f195f
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,11 @@ Makefile*
*.mak
# qapi schema
*.json
qapi/*.json
qga/*.json
# headers
*.h
# code
*.c
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment