mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 01:31:44 +00:00
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
|
||
|
|