 5752d6cab9
			
		
	
	
		5752d6cab9
		
	
	
	
	
		
			
			We don't use Texinfo any more; we can remove the references to the .texi source file from our git.orderfile. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-Id: <20200925162316.21205-20-peter.maydell@linaro.org> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
		
			
				
	
	
		
			37 lines
		
	
	
		
			488 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			488 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| #
 | |
| # 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/*
 | |
| *.rst
 | |
| 
 | |
| # build system
 | |
| configure
 | |
| Makefile*
 | |
| *.mak
 | |
| meson.build
 | |
| 
 | |
| # qapi schema
 | |
| qapi/*.json
 | |
| qga/*.json
 | |
| 
 | |
| # semantic patches
 | |
| *.cocci
 | |
| 
 | |
| # headers
 | |
| *.h
 | |
| 
 | |
| # decoding tree specification
 | |
| *.decode
 | |
| 
 | |
| # code
 | |
| *.c
 |