git.orderfile 409 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. qapi/*.json
  20. qga/*.json
  21. # headers
  22. *.h
  23. # code
  24. *.c