summaryrefslogblamecommitdiffstats
path: root/scripts/git.orderfile
blob: ac699700b18dd3aba01412bb30042e5b9948e840 (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
*.json

# headers
*.h

# code
*.c