target/riscv: Add the Hypervisor CSRs to CPUState
[qemu/ar7.git] / scripts / git.orderfile
blob7cf22e0bf546dc679b748e239bd64b7abd8ec165
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 # semantic patches
26 *.cocci
28 # headers
29 *.h
31 # decoding tree specification
32 *.decode
34 # code
35 *.c