3f1b0e1f28
headers_install by default puts headers into usr/include/ . They're auto-generated, so should be ignored. Same for *.orig, *.rej . Signed-off-by: Alexey Dobriyan <adobriyan@sw.ru> Cc: David Woodhouse <dwmw2@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
50 lines
586 B
Text
50 lines
586 B
Text
#
|
|
# 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
|
|
*.a
|
|
*.s
|
|
*.ko
|
|
*.so
|
|
*.mod.c
|
|
*.i
|
|
*.lst
|
|
*.symtypes
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
tags
|
|
TAGS
|
|
vmlinux*
|
|
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
|