.gitignore 952 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5
#
# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.
#
6
# NOTE! Please use 'git ls-files -i --exclude-standard'
7 8 9
# command after changing this file, to see if there are
# any tracked files which get ignored after the change.
#
L
Linus Torvalds 已提交
10 11 12 13
# Normal rules
#
.*
*.o
A
Alexey Dobriyan 已提交
14
*.o.*
L
Linus Torvalds 已提交
15 16 17
*.a
*.s
*.ko
B
Brian Gerst 已提交
18
*.so
T
Thomas Gleixner 已提交
19
*.so.dbg
L
Linus Torvalds 已提交
20
*.mod.c
21
*.i
22
*.lst
23
*.symtypes
S
Sam Ravnborg 已提交
24
*.order
25 26 27
*.elf
*.bin
*.gz
A
Arne Janbu 已提交
28
*.lzma
M
Mike Frysinger 已提交
29
*.patch
30
*.gcno
L
Linus Torvalds 已提交
31 32 33 34

#
# Top-level generic files
#
U
Uwe Zeisberger 已提交
35
tags
36
TAGS
37
vmlinux
L
Linus Torvalds 已提交
38
System.map
M
Matthew Wilcox 已提交
39
Module.markers
L
Linus Torvalds 已提交
40
Module.symvers
D
Denis V. Lunev 已提交
41
!.gitignore
42
!.mailmap
L
Linus Torvalds 已提交
43 44 45 46 47

#
# Generated include files
#
include/asm
B
Brian Gerst 已提交
48
include/asm-*/asm-offsets.h
L
Linus Torvalds 已提交
49 50 51 52
include/config
include/linux/autoconf.h
include/linux/compile.h
include/linux/version.h
S
Sam Ravnborg 已提交
53
include/linux/utsrelease.h
54
include/linux/bounds.h
S
Sam Ravnborg 已提交
55
include/generated
L
Linus Torvalds 已提交
56

57 58
# stgit generated dirs
patches-*
Q
Qi Yong 已提交
59 60 61 62

# quilt's files
patches
series
63 64 65

# cscope files
cscope.*
J
Jike Song 已提交
66
ncscope.*
A
Alexey Dobriyan 已提交
67

68 69 70 71 72 73
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

A
Alexey Dobriyan 已提交
74
*.orig
75 76
*~
\#*#