2017-07-17 12:16:32 +02:00
|
|
|
#
|
|
|
|
# order file for git, to produce patches which are easier to review
|
|
|
|
# by diffing the important stuff like interface changes first.
|
|
|
|
#
|
|
|
|
# one-off usage:
|
|
|
|
# git diff -O scripts/git.orderfile ...
|
|
|
|
#
|
|
|
|
# add to git config:
|
|
|
|
# git config diff.orderFile scripts/git.orderfile
|
|
|
|
#
|
|
|
|
|
|
|
|
# Documentation
|
|
|
|
docs/*
|
2020-02-20 17:22:13 +01:00
|
|
|
*.rst
|
2017-07-17 12:16:32 +02:00
|
|
|
*.texi
|
|
|
|
|
|
|
|
# build system
|
|
|
|
configure
|
|
|
|
Makefile*
|
|
|
|
*.mak
|
|
|
|
|
|
|
|
# qapi schema
|
2019-09-13 22:13:34 +02:00
|
|
|
qapi/*.json
|
|
|
|
qga/*.json
|
2017-07-17 12:16:32 +02:00
|
|
|
|
2020-02-20 09:40:45 +01:00
|
|
|
# semantic patches
|
|
|
|
*.cocci
|
|
|
|
|
2017-07-17 12:16:32 +02:00
|
|
|
# headers
|
|
|
|
*.h
|
|
|
|
|
2019-12-30 09:28:56 +01:00
|
|
|
# decoding tree specification
|
|
|
|
*.decode
|
|
|
|
|
2017-07-17 12:16:32 +02:00
|
|
|
# code
|
|
|
|
*.c
|