.gitignore 1.6 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.
#
10
# Normal rules (sorted alphabetically)
L
Linus Torvalds 已提交
11 12
#
.*
13 14 15 16
*.a
*.bin
*.bz2
*.c.[012]*.*
17 18
*.dtb
*.dtb.S
19 20 21 22 23 24
*.dwo
*.elf
*.gcno
*.gz
*.i
*.ko
25
*.lex.c
26 27 28 29 30 31
*.ll
*.lst
*.lz4
*.lzma
*.lzo
*.mod.c
L
Linus Torvalds 已提交
32
*.o
A
Alexey Dobriyan 已提交
33
*.o.*
34 35
*.order
*.patch
L
Linus Torvalds 已提交
36
*.s
B
Brian Gerst 已提交
37
*.so
T
Thomas Gleixner 已提交
38
*.so.dbg
39
*.su
40
*.symtypes
41
*.tab.[ch]
A
Andrey Skvortsov 已提交
42
*.tar
R
Romain Francoise 已提交
43
*.xz
44
Module.symvers
45
modules.builtin
L
Linus Torvalds 已提交
46 47 48 49

#
# Top-level generic files
#
50 51 52 53
/tags
/TAGS
/linux
/vmlinux
54
/vmlinux.32
55
/vmlinux-gdb.py
56 57 58 59
/vmlinuz
/System.map
/Module.markers

60 61 62 63 64
#
# RPM spec file (make rpm-pkg)
#
/*.spec

65 66 67 68 69
#
# Debian directory (make deb-pkg)
#
/debian/

P
Paolo Pisati 已提交
70 71 72 73 74
#
# Snap directory (make snap-pkg)
#
/snap/

75 76 77 78 79
#
# tar directory (make tar*-pkg)
#
/tar-install/

80
#
K
Kyeongmin Cho 已提交
81
# git files that we don't want to ignore even if they are dot-files
82
#
D
Denis V. Lunev 已提交
83
!.gitignore
84
!.mailmap
85
!.cocciconfig
L
Linus Torvalds 已提交
86 87 88 89 90

#
# Generated include files
#
include/config
S
Sam Ravnborg 已提交
91
include/generated
92
include/ksym
S
Sam Ravnborg 已提交
93
arch/*/include/generated
L
Linus Torvalds 已提交
94

95 96
# stgit generated dirs
patches-*
Q
Qi Yong 已提交
97 98 99 100

# quilt's files
patches
series
101 102 103

# cscope files
cscope.*
J
Jike Song 已提交
104
ncscope.*
A
Alexey Dobriyan 已提交
105

106 107 108 109 110 111
# gnu global files
GPATH
GRTAGS
GSYMS
GTAGS

A
Andi Kleen 已提交
112 113 114
# id-utils files
ID

A
Alexey Dobriyan 已提交
115
*.orig
116 117
*~
\#*#
118 119 120 121 122

#
# Leavings from module signing
#
extra_certificates
123
signing_key.pem
124 125 126
signing_key.priv
signing_key.x509
x509.genkey
B
Borislav Petkov 已提交
127 128 129

# Kconfig presets
all.config
130 131 132

# Kdevelop4
*.kdev4
133 134 135 136

#Automatically generated by ASN.1 compiler
net/ipv4/netfilter/nf_nat_snmp_basic-asn1.c
net/ipv4/netfilter/nf_nat_snmp_basic-asn1.h