virtiofsd: passthrough_ll: add fallback for racy ops
[qemu/ar7.git] / scripts / git.orderfile
blob1f747b583a9e009c2630ff1bd13b34db26d1de7f
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 # decoding tree specification
29 *.decode
31 # code
32 *.c