Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20190701' into staging
[qemu/ar7.git] / scripts / git.orderfile
blobac699700b18dd3aba01412bb30042e5b9948e840
2 # order file for git, to produce patches which are easier to review
3 # by diffing the important stuff like interface changes first.
5 # one-off usage:
6 #   git diff -O scripts/git.orderfile ...
8 # add to git config:
9 #   git config diff.orderFile scripts/git.orderfile
12 # Documentation
13 docs/*
14 *.texi
16 # build system
17 configure
18 Makefile*
19 *.mak
21 # qapi schema
22 *.json
24 # headers
25 *.h
27 # code
28 *.c