mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-04 16:52:06 +10:00 
			
		
		
		
	Add some autogenerated files to various .gitignore files Signed-off-by: Matthew Wilcox <willy@linux.intel.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			59 lines
		
	
	
		
			659 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			59 lines
		
	
	
		
			659 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
#
 | 
						|
# NOTE! Don't add files that are generated in specific
 | 
						|
# subdirectories here. Add them in the ".gitignore" file
 | 
						|
# in that subdirectory instead.
 | 
						|
#
 | 
						|
# Normal rules
 | 
						|
#
 | 
						|
.*
 | 
						|
*.o
 | 
						|
*.o.*
 | 
						|
*.a
 | 
						|
*.s
 | 
						|
*.ko
 | 
						|
*.so
 | 
						|
*.so.dbg
 | 
						|
*.mod.c
 | 
						|
*.i
 | 
						|
*.lst
 | 
						|
*.symtypes
 | 
						|
*.order
 | 
						|
 | 
						|
#
 | 
						|
# Top-level generic files
 | 
						|
#
 | 
						|
tags
 | 
						|
TAGS
 | 
						|
vmlinux*
 | 
						|
!vmlinux.lds.S
 | 
						|
System.map
 | 
						|
Module.markers
 | 
						|
Module.symvers
 | 
						|
!.gitignore
 | 
						|
 | 
						|
#
 | 
						|
# Generated include files
 | 
						|
#
 | 
						|
include/asm
 | 
						|
include/asm-*/asm-offsets.h
 | 
						|
include/config
 | 
						|
include/linux/autoconf.h
 | 
						|
include/linux/compile.h
 | 
						|
include/linux/version.h
 | 
						|
include/linux/utsrelease.h
 | 
						|
 | 
						|
# stgit generated dirs
 | 
						|
patches-*
 | 
						|
 | 
						|
# quilt's files
 | 
						|
patches
 | 
						|
series
 | 
						|
 | 
						|
# cscope files
 | 
						|
cscope.*
 | 
						|
 | 
						|
*.orig
 | 
						|
*.rej
 | 
						|
*~
 | 
						|
\#*#
 |