summaryrefslogblamecommitdiffstats
path: root/scripts/git.orderfile
blob: e89790941cc3df899b62dbed3162f12fd6010b6e (plain) (tree)




















                                                                   

           





         
#
# 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