2
0

git.orderfile 394 B

1234567891011121314151617181920212223242526272829
  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. # Documentation
  12. docs/*
  13. *.texi
  14. # build system
  15. configure
  16. Makefile*
  17. *.mak
  18. # qapi schema
  19. *.json
  20. # headers
  21. *.h
  22. # code
  23. *.c