spapr: Move handling of special NVLink numa node from reset to init
[qemu/ar7.git] / scripts / git.orderfile
blobe89790941cc3df899b62dbed3162f12fd6010b6e
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 qapi/*.json
23 qga/*.json
25 # headers
26 *.h
28 # code
29 *.c