Skip to content

Commit

Permalink
scripts/git.orderfile: Match QAPI schema more precisely
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Markus Armbruster committed Sep 24, 2019
1 parent 863f195 commit b1862ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/git.orderfile
Expand Up @@ -19,11 +19,11 @@ Makefile*
*.mak

# qapi schema
*.json
qapi/*.json
qga/*.json

# headers
*.h

# code
*.c

0 comments on commit b1862ee

Please sign in to comment.