b1862ee623
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>
30 lines
409 B
Plaintext
30 lines
409 B
Plaintext
#
|
|
# order file for git, to produce patches which are easier to review
|
|
# by diffing the important stuff like interface changes first.
|
|
#
|
|
# one-off usage:
|
|
# git diff -O scripts/git.orderfile ...
|
|
#
|
|
# add to git config:
|
|
# git config diff.orderFile scripts/git.orderfile
|
|
#
|
|
|
|
# Documentation
|
|
docs/*
|
|
*.texi
|
|
|
|
# build system
|
|
configure
|
|
Makefile*
|
|
*.mak
|
|
|
|
# qapi schema
|
|
qapi/*.json
|
|
qga/*.json
|
|
|
|
# headers
|
|
*.h
|
|
|
|
# code
|
|
*.c
|