.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
*.a
*.s
17 18 19 20
*.ko.unsigned
*.ko.stripped
*.ko.stripped.dig
*.ko.stripped.sig
L
Linus Torvalds 已提交
21
*.ko
B
Brian Gerst 已提交
22
*.so
T
Thomas Gleixner 已提交
23
*.so.dbg
L
Linus Torvalds 已提交
24
*.mod.c
25
*.i
26
*.lst
27
*.symtypes
S
Sam Ravnborg 已提交
28
*.order
M
Michal Marek 已提交
29
modules.builtin
30 31 32
*.elf
*.bin
*.gz
33
*.bz2
A
Arne Janbu 已提交
34
*.lzma
R
Romain Francoise 已提交
35
*.xz
36
*.lzo
M
Mike Frysinger 已提交
37
*.patch
38
*.gcno
L
Linus Torvalds 已提交
39 40 41 42

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

52 53 54 55 56
#
# Debian directory (make deb-pkg)
#
/debian/

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

#
# Generated include files
#
include/config
include/linux/version.h
S
Sam Ravnborg 已提交
68
include/generated
S
Sam Ravnborg 已提交
69
arch/*/include/generated
L
Linus Torvalds 已提交
70

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

# quilt's files
patches
series
77 78 79

# cscope files
cscope.*
J
Jike Song 已提交
80
ncscope.*
A
Alexey Dobriyan 已提交
81

82 83 84 85 86 87
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

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

#
# Leavings from module signing
#
extra_certificates
signing_key.priv
signing_key.x509
signing_key.x509.keyid
signing_key.x509.signer
x509.genkey