.gitignore 701 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6 7 8 9
#
# 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
Alexey Dobriyan 已提交
10
*.o.*
L
Linus Torvalds 已提交
11 12 13
*.a
*.s
*.ko
B
Brian Gerst 已提交
14
*.so
T
Thomas Gleixner 已提交
15
*.so.dbg
L
Linus Torvalds 已提交
16
*.mod.c
17
*.i
18
*.lst
19
*.symtypes
S
Sam Ravnborg 已提交
20
*.order
L
Linus Torvalds 已提交
21 22 23 24

#
# Top-level generic files
#
U
Uwe Zeisberger 已提交
25
tags
26
TAGS
L
Linus Torvalds 已提交
27
vmlinux*
28
!vmlinux.lds.S
29
!vmlinux.lds.h
L
Linus Torvalds 已提交
30
System.map
M
Matthew Wilcox 已提交
31
Module.markers
L
Linus Torvalds 已提交
32
Module.symvers
D
Denis V. Lunev 已提交
33
!.gitignore
L
Linus Torvalds 已提交
34 35 36 37 38

#
# Generated include files
#
include/asm
B
Brian Gerst 已提交
39
include/asm-*/asm-offsets.h
L
Linus Torvalds 已提交
40 41 42 43
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
S
Sam Ravnborg 已提交
44
include/linux/utsrelease.h
45
include/linux/bounds.h
L
Linus Torvalds 已提交
46

47 48
# stgit generated dirs
patches-*
Q
Qi Yong 已提交
49 50 51 52

# quilt's files
patches
series
53 54 55

# cscope files
cscope.*
J
Jike Song 已提交
56
ncscope.*
A
Alexey Dobriyan 已提交
57 58

*.orig
59 60
*~
\#*#