Gerd Hoffmann | 3b6bb28 | 2017-07-17 12:16:32 +0200 | [diff] [blame] | 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 |
| 13 | docs/* |
| 14 | *.texi |
| 15 | |
| 16 | # build system |
| 17 | configure |
| 18 | Makefile* |
| 19 | *.mak |
| 20 | |
| 21 | # qapi schema |
Markus Armbruster | b1862ee | 2019-09-13 22:13:34 +0200 | [diff] [blame^] | 22 | qapi/*.json |
| 23 | qga/*.json |
Gerd Hoffmann | 3b6bb28 | 2017-07-17 12:16:32 +0200 | [diff] [blame] | 24 | |
| 25 | # headers |
| 26 | *.h |
| 27 | |
| 28 | # code |
| 29 | *.c |