Acceptance tests: do not show canceled test logs on GitLab CI
[qemu/ar7.git] / scripts / git.orderfile
blob3736c1d6afff598e1040bff60cadd415c25baaf4
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 *.rst
16 # build system
17 configure
18 Makefile*
19 *.mak
20 meson.build
22 # qapi schema
23 qapi/*.json
24 qga/*.json
26 # semantic patches
27 *.cocci
29 # headers
30 *.h
32 # decoding tree specification
33 *.decode
35 # code
36 *.c