.gitignore 966 字节
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
M
Michal Marek 已提交
25
modules.builtin
26 27 28
*.elf
*.bin
*.gz
29
*.bz2
A
Arne Janbu 已提交
30
*.lzma
R
Romain Francoise 已提交
31
*.xz
32
*.lzo
M
Mike Frysinger 已提交
33
*.patch
34
*.gcno
L
Linus Torvalds 已提交
35 36 37 38

#
# Top-level generic files
#
39 40 41 42 43 44 45 46 47 48 49 50
/tags
/TAGS
/linux
/vmlinux
/vmlinuz
/System.map
/Module.markers
/Module.symvers

#
# git files that we don't want to ignore even it they are dot-files
#
D
Denis V. Lunev 已提交
51
!.gitignore
52
!.mailmap
L
Linus Torvalds 已提交
53 54 55 56 57 58

#
# Generated include files
#
include/config
include/linux/version.h
S
Sam Ravnborg 已提交
59
include/generated
S
Sam Ravnborg 已提交
60
arch/*/include/generated
L
Linus Torvalds 已提交
61

62 63
# stgit generated dirs
patches-*
Q
Qi Yong 已提交
64 65 66 67

# quilt's files
patches
series
68 69 70

# cscope files
cscope.*
J
Jike Song 已提交
71
ncscope.*
A
Alexey Dobriyan 已提交
72

73 74 75 76 77 78
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

A
Alexey Dobriyan 已提交
79
*.orig
80 81
*~
\#*#