hw/misc/led: Add yellow LED
[qemu/ar7.git] / scripts / git.orderfile
blobb32203b7106aed9f8fc4b8a8e9cc61037bd05c92
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
15 *.rst.inc
17 # build system
18 configure
19 Makefile*
20 *.mak
21 meson.build
23 # qapi schema
24 qapi/*.json
25 qga/*.json
27 # semantic patches
28 *.cocci
30 # headers
31 *.h
32 *.h.inc
34 # decoding tree specification
35 *.decode
37 # code
38 *.c
39 *.c.inc