mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
1e65174a33
This still leaves driver and architecture-specific subdirectories alone, but gets rid of the bulk of the "generic" generated files that we should ignore. Signed-off-by: Linus Torvalds <torvalds@osdl.org>
31 lines
391 B
Plaintext
31 lines
391 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
|
|
*.mod.c
|
|
|
|
#
|
|
# Top-level generic files
|
|
#
|
|
vmlinux*
|
|
System.map
|
|
Module.symvers
|
|
|
|
#
|
|
# Generated include files
|
|
#
|
|
include/asm
|
|
include/config
|
|
include/linux/autoconf.h
|
|
include/linux/compile.h
|
|
include/linux/version.h
|
|
|