mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-30 15:00:34 +00:00
8edacae026
Since commit a56650518f
("configure: integrate Meson in the build
system") we replaced many Makefile by Meson files. Adapt the
git.orderfile script to display the new file at the same position.
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20200907161222.41915-1-philmd@redhat.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
38 lines
495 B
Plaintext
38 lines
495 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/*
|
|
*.rst
|
|
*.texi
|
|
|
|
# build system
|
|
configure
|
|
Makefile*
|
|
*.mak
|
|
meson.build
|
|
|
|
# qapi schema
|
|
qapi/*.json
|
|
qga/*.json
|
|
|
|
# semantic patches
|
|
*.cocci
|
|
|
|
# headers
|
|
*.h
|
|
|
|
# decoding tree specification
|
|
*.decode
|
|
|
|
# code
|
|
*.c
|