blob: 73fd818d7f3ee19a7a79c93221fcd4ddf026dbfd [file] [log] [blame]
#
# 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
# qapi schema
qapi/*.json
qga/*.json
# semantic patches
*.cocci
# headers
*.h
# decoding tree specification
*.decode
# code
*.c