.gitignore 601 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8 9 10 11 12
#
# 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
B
Brian Gerst 已提交
13
*.so
L
Linus Torvalds 已提交
14
*.mod.c
15
*.i
16
*.lst
17
*.symtypes
L
Linus Torvalds 已提交
18 19 20 21

#
# Top-level generic files
#
U
Uwe Zeisberger 已提交
22
tags
23
TAGS
L
Linus Torvalds 已提交
24
vmlinux*
25
!vmlinux.lds.S
L
Linus Torvalds 已提交
26 27 28 29 30 31 32
System.map
Module.symvers

#
# Generated include files
#
include/asm
B
Brian Gerst 已提交
33
include/asm-*/asm-offsets.h
L
Linus Torvalds 已提交
34 35 36 37
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
S
Sam Ravnborg 已提交
38
include/linux/utsrelease.h
L
Linus Torvalds 已提交
39

40 41
# stgit generated dirs
patches-*
Q
Qi Yong 已提交
42 43 44 45

# quilt's files
patches
series
46 47 48

# cscope files
cscope.*
A
Alexey Dobriyan 已提交
49 50 51

*.orig
*.rej