.gitignore 607 字节
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
L
Linus Torvalds 已提交
15
*.mod.c
16
*.i
17
*.lst
18
*.symtypes
L
Linus Torvalds 已提交
19 20 21 22

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

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

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

# quilt's files
patches
series
47 48 49

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

*.orig
*.rej