mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/torvalds/linux
				synced 2025-11-04 08:34:47 +10:00 
			
		
		
		
	Somehow I ended up with the following in tree: $ git status ... # Untracked files: # (use "git add <file>..." to include in what will be committed) # # fs/proc/root.o.FuMxJQ # net/ipv4/tcp_minisocks.o.geCDYR These are presumably temporary gcc files, which aren't interesting. Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
		
			
				
	
	
		
			53 lines
		
	
	
		
			607 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			53 lines
		
	
	
		
			607 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
 | 
						|
*.mod.c
 | 
						|
*.i
 | 
						|
*.lst
 | 
						|
*.symtypes
 | 
						|
 | 
						|
#
 | 
						|
# Top-level generic files
 | 
						|
#
 | 
						|
tags
 | 
						|
TAGS
 | 
						|
vmlinux*
 | 
						|
!vmlinux.lds.S
 | 
						|
System.map
 | 
						|
Module.symvers
 | 
						|
 | 
						|
#
 | 
						|
# 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
 |