75fa376cda
To avoid scrolling each instruction when reviewing tcg helpers written for the decodetree script, display the .decode files (similar to header declarations) before the C source (implementation of previous declarations). Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Stefano Garzarella <sgarzare@redhat.com> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20191230082856.30556-1-philmd@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
33 lines
449 B
Plaintext
33 lines
449 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
|
|
|
|
# decoding tree specification
|
|
*.decode
|
|
|
|
# code
|
|
*.c
|