4828656f65
If we get custom to see MAINTAINERS changes first, we might catch missing MAINTAINERS updates easier. Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20221216225505.26052-1-philmd@linaro.org>
42 lines
527 B
Plaintext
42 lines
527 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
|
|
#
|
|
|
|
MAINTAINERS
|
|
|
|
# Documentation
|
|
docs/*
|
|
*.rst
|
|
*.rst.inc
|
|
|
|
# build system
|
|
configure
|
|
Makefile*
|
|
*.mak
|
|
meson.build
|
|
|
|
# qapi schema
|
|
qapi/*.json
|
|
qga/*.json
|
|
|
|
# semantic patches
|
|
*.cocci
|
|
|
|
# headers
|
|
*.h
|
|
*.h.inc
|
|
|
|
# decoding tree specification
|
|
*.decode
|
|
|
|
# code
|
|
*.c
|
|
*.c.inc
|