.gitignore 1.2 KB
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
28
*.bz2
A
Arne Janbu 已提交
29
*.lzma
R
Romain Francoise 已提交
30
*.xz
31
*.lz4
32
*.lzo
M
Mike Frysinger 已提交
33
*.patch
34
*.gcno
35 36
modules.builtin
Module.symvers
A
Andi Kleen 已提交
37
*.dwo
L
Linus Torvalds 已提交
38 39 40 41

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

50 51 52 53 54
#
# Debian directory (make deb-pkg)
#
/debian/

55 56 57 58 59
#
# tar directory (make tar*-pkg)
#
/tar-install/

60 61 62
#
# git files that we don't want to ignore even it they are dot-files
#
D
Denis V. Lunev 已提交
63
!.gitignore
64
!.mailmap
L
Linus Torvalds 已提交
65 66 67 68 69

#
# Generated include files
#
include/config
S
Sam Ravnborg 已提交
70
include/generated
S
Sam Ravnborg 已提交
71
arch/*/include/generated
L
Linus Torvalds 已提交
72

73 74
# stgit generated dirs
patches-*
Q
Qi Yong 已提交
75 76 77 78

# quilt's files
patches
series
79 80 81

# cscope files
cscope.*
J
Jike Song 已提交
82
ncscope.*
A
Alexey Dobriyan 已提交
83

84 85 86 87 88 89
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

A
Alexey Dobriyan 已提交
90
*.orig
91 92
*~
\#*#
93 94 95 96 97 98 99 100

#
# Leavings from module signing
#
extra_certificates
signing_key.priv
signing_key.x509
x509.genkey
B
Borislav Petkov 已提交
101 102 103

# Kconfig presets
all.config
104 105 106

# Kdevelop4
*.kdev4