mirror of
				https://github.com/torvalds/linux.git
				synced 2025-10-31 08:38:45 +02:00 
			
		
		
		
	 e020835138
			
		
	
	
		e020835138
		
	
	
	
	
		
			
			Nothing copyrightable to see here. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			417 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			417 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| # SPDX-License-Identifier: GPL-2.0
 | |
| #
 | |
| # Patterns for excluding files and directories
 | |
| 
 | |
| # Ignore the license directory and the licensing documentation which would
 | |
| # create lots of noise for no value
 | |
| LICENSES/
 | |
| license-rules.rst
 | |
| 
 | |
| # Ignore config files and snippets. The majority is generated
 | |
| # by the Kconfig tools
 | |
| kernel/configs/
 | |
| arch/*/configs/
 | |
| 
 | |
| # Other files without copyrightable content
 | |
| /CREDITS
 | |
| /MAINTAINERS
 | |
| /README
 |