ac3b719cc3
The kernel build system supports making symbol type files (*.symtypes) from C source files. Add these files to .gitignore. Signed-off-by: Josh Triplett <josh@freedesktop.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
44 lines
542 B
Plaintext
44 lines
542 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
|
|
*.a
|
|
*.s
|
|
*.ko
|
|
*.so
|
|
*.mod.c
|
|
*.i
|
|
*.lst
|
|
*.symtypes
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
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
|