mirror of
https://github.com/izzy2lost/xemu.git
synced 2026-07-06 00:20:22 -07:00
Merge remote-tracking branch 'remotes/kraxel/tags/misc-20170720-pull-request' into staging
git orderfile and editorconfig for 2.10 # gpg: Signature made Thu 20 Jul 2017 09:00:01 BST # gpg: using RSA key 0x4CB6D8EED3E87138 # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>" # gpg: aka "Gerd Hoffmann <gerd@kraxel.org>" # gpg: aka "Gerd Hoffmann (private) <kraxel@gmail.com>" # Primary key fingerprint: A032 8CFF B93A 17A7 9901 FE7D 4CB6 D8EE D3E8 7138 * remotes/kraxel/tags/misc-20170720-pull-request: add editorconfig add scripts/git.orderfile Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
#
|
||||
# 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/*
|
||||
*.texi
|
||||
|
||||
# build system
|
||||
configure
|
||||
Makefile*
|
||||
*.mak
|
||||
|
||||
# qapi schema
|
||||
*.json
|
||||
|
||||
# headers
|
||||
*.h
|
||||
|
||||
# code
|
||||
*.c
|
||||
|
||||
Reference in New Issue
Block a user