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*.rst 15*.rst.inc 16 17# build system 18configure 19Makefile* 20*.mak 21meson.build 22 23# qapi schema 24qapi/*.json 25qga/*.json 26 27# semantic patches 28*.cocci 29 30# headers 31*.h 32*.h.inc 33 34# decoding tree specification 35*.decode 36 37# code 38*.c 39*.c.inc 40