.gitignore 1.3 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
*.elf
*.bin
A
Andrey Skvortsov 已提交
27
*.tar
28
*.gz
29
*.bz2
A
Arne Janbu 已提交
30
*.lzma
R
Romain Francoise 已提交
31
*.xz
32
*.lz4
33
*.lzo
M
Mike Frysinger 已提交
34
*.patch
35
*.gcno
36 37
modules.builtin
Module.symvers
A
Andi Kleen 已提交
38
*.dwo
R
Rasmus Villemoes 已提交
39
*.su
L
Linus Torvalds 已提交
40 41 42 43

#
# Top-level generic files
#
44 45 46 47
/tags
/TAGS
/linux
/vmlinux
48
/vmlinux.32
49
/vmlinux-gdb.py
50 51 52 53
/vmlinuz
/System.map
/Module.markers

54 55 56 57 58
#
# Debian directory (make deb-pkg)
#
/debian/

59 60 61 62 63
#
# tar directory (make tar*-pkg)
#
/tar-install/

64
#
K
Kyeongmin Cho 已提交
65
# git files that we don't want to ignore even if they are dot-files
66
#
D
Denis V. Lunev 已提交
67
!.gitignore
68
!.mailmap
L
Linus Torvalds 已提交
69 70 71 72 73

#
# Generated include files
#
include/config
S
Sam Ravnborg 已提交
74
include/generated
S
Sam Ravnborg 已提交
75
arch/*/include/generated
L
Linus Torvalds 已提交
76

77 78
# stgit generated dirs
patches-*
Q
Qi Yong 已提交
79 80 81 82

# quilt's files
patches
series
83 84 85

# cscope files
cscope.*
J
Jike Song 已提交
86
ncscope.*
A
Alexey Dobriyan 已提交
87

88 89 90 91 92 93
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

A
Andi Kleen 已提交
94 95 96
# id-utils files
ID

A
Alexey Dobriyan 已提交
97
*.orig
98 99
*~
\#*#
100 101 102 103 104

#
# Leavings from module signing
#
extra_certificates
105
signing_key.pem
106 107 108
signing_key.priv
signing_key.x509
x509.genkey
B
Borislav Petkov 已提交
109 110 111

# Kconfig presets
all.config
112 113 114

# Kdevelop4
*.kdev4