xref: /qemu/scripts/git.orderfile (revision 5964ed56)
1#
2# order file for git, to produce patches which are easier to review
3# by diffing the important stuff like interface changes first.
4#
5# one-off usage:
6#   git diff -O scripts/git.orderfile ...
7#
8# add to git config:
9#   git config diff.orderFile scripts/git.orderfile
10#
11
12# Documentation
13docs/*
14*.texi
15
16# build system
17configure
18Makefile*
19*.mak
20
21# qapi schema
22qapi/*.json
23qga/*.json
24
25# semantic patches
26*.cocci
27
28# headers
29*.h
30
31# decoding tree specification
32*.decode
33
34# code
35*.c
36