.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 25 26 27 28 29 30
*.dwo
*.elf
*.gcno
*.gz
*.i
*.ko
*.ll
*.lst
*.lz4
*.lzma
*.lzo
*.mod.c
L
Linus Torvalds 已提交
31
*.o
A
Alexey Dobriyan 已提交
32
*.o.*
33 34
*.order
*.patch
L
Linus Torvalds 已提交
35
*.s
B
Brian Gerst 已提交
36
*.so
T
Thomas Gleixner 已提交
37
*.so.dbg
38
*.su
39
*.symtypes
A
Andrey Skvortsov 已提交
40
*.tar
R
Romain Francoise 已提交
41
*.xz
42
Module.symvers
43
modules.builtin
L
Linus Torvalds 已提交
44 45 46 47

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

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

63 64 65 66 67
#
# Debian directory (make deb-pkg)
#
/debian/

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

73 74 75 76 77
#
# tar directory (make tar*-pkg)
#
/tar-install/

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

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

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

# quilt's files
patches
series
100 101 102

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

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

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

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

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

# Kconfig presets
all.config
129 130 131

# Kdevelop4
*.kdev4
132 133 134 135

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