util/userfaultfd: Support /dev/userfaultfd
[qemu/ar7.git] / scripts / git.orderfile
blob8edac0380ba32d60b3ff5dae7a4f7328a110f8d9
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 MAINTAINERS
14 # Documentation
15 docs/*
16 *.rst
17 *.rst.inc
19 # build system
20 configure
21 Makefile*
22 *.mak
23 meson.build
25 # qapi schema
26 qapi/*.json
27 qga/*.json
29 # semantic patches
30 *.cocci
32 # headers
33 *.h
34 *.h.inc
36 # decoding tree specification
37 *.decode
39 # code
40 *.c
41 *.c.inc