kasan, mm: integrate slab init_on_alloc with HW_TAGS
[linux-block.git] / .gitignore
CommitLineData
d198b34f 1# SPDX-License-Identifier: GPL-2.0-only
1e65174a
LT
2#
3# NOTE! Don't add files that are generated in specific
4# subdirectories here. Add them in the ".gitignore" file
5# in that subdirectory instead.
6#
ff2f5ff0 7# NOTE! Please use 'git ls-files -i --exclude-standard'
f72e9df0
EGM
8# command after changing this file, to see if there are
9# any tracked files which get ignored after the change.
10#
1377dd3e 11# Normal rules (sorted alphabetically)
1e65174a
LT
12#
13.*
1377dd3e 14*.a
4fa8bc94 15*.asn1.[ch]
1377dd3e
MY
16*.bin
17*.bz2
18*.c.[012]*.*
4f0e3a57 19*.dt.yaml
10b62a2f 20*.dtb
ce88c9c7 21*.dtbo
10b62a2f 22*.dtb.S
1377dd3e
MY
23*.dwo
24*.elf
25*.gcno
26*.gz
27*.i
28*.ko
59889300 29*.lex.c
1377dd3e
MY
30*.ll
31*.lst
32*.lz4
33*.lzma
34*.lzo
b7dca6dd 35*.mod
1377dd3e 36*.mod.c
1e65174a 37*.o
96918a35 38*.o.*
1377dd3e 39*.patch
1e65174a 40*.s
20ede274 41*.so
f322727b 42*.so.dbg
1377dd3e 43*.su
ac3b719c 44*.symtypes
38e89184 45*.symversions
59889300 46*.tab.[ch]
f4ae9497 47*.tar
790e10ba 48*.xz
6f3decab 49*.zst
082722a0 50Module.symvers
1377dd3e 51modules.builtin
a564bdeb 52modules.order
1e65174a
LT
53
54#
55# Top-level generic files
56#
6db823cf
LT
57/tags
58/TAGS
59/linux
69bc8d38 60/modules-only.symvers
6db823cf 61/vmlinux
d0fe116b 62/vmlinux.32
5cc12472 63/vmlinux.map
269a535c 64/vmlinux.symvers
2478a8a1 65/vmlinux-gdb.py
6db823cf
LT
66/vmlinuz
67/System.map
68/Module.markers
898490c0 69/modules.builtin.modinfo
bbc55bde 70/modules.nsdeps
6db823cf 71
af60e207
MY
72#
73# RPM spec file (make rpm-pkg)
74#
75/*.spec
76
b7568286
GD
77#
78# Debian directory (make deb-pkg)
79#
80/debian/
81
5704d455
PP
82#
83# Snap directory (make snap-pkg)
84#
85/snap/
86
dd10ca6c
AS
87#
88# tar directory (make tar*-pkg)
89#
90/tar-install/
91
6db823cf 92#
f46e65da 93# We don't want to ignore the following even if they are dot-files
6db823cf 94#
f46e65da
MY
95!.clang-format
96!.cocciconfig
97!.get_maintainer.ignore
98!.gitattributes
9e447a7f 99!.gitignore
f72e9df0 100!.mailmap
1e65174a
LT
101
102#
103# Generated include files
104#
1e35663e
MY
105/include/config/
106/include/generated/
107/include/ksym/
108/arch/*/include/generated/
1e65174a 109
1d519605
MCC
110# stgit generated dirs
111patches-*
8ccf2832
QY
112
113# quilt's files
114patches
115series
132e2bc3
TK
116
117# cscope files
118cscope.*
9723c046 119ncscope.*
3f1b0e1f 120
f2ac5e78
JN
121# gnu global files
122GPATH
123GRTAGS
124GSYMS
125GTAGS
126
a37161c0
AK
127# id-utils files
128ID
129
3f1b0e1f 130*.orig
70886554
CD
131*~
132\#*#
addbcdbb
DH
133
134#
135# Leavings from module signing
136#
137extra_certificates
fb117949 138signing_key.pem
addbcdbb
DH
139signing_key.priv
140signing_key.x509
addbcdbb 141x509.genkey
25fba9be
BP
142
143# Kconfig presets
7fb1fc42
MY
144/all.config
145/alldef.config
146/allmod.config
147/allno.config
148/allrandom.config
149/allyes.config
dfe04872 150
ba77dca5
PM
151# Kconfig savedefconfig output
152/defconfig
153
dfe04872
BH
154# Kdevelop4
155*.kdev4
26c4c71b
TK
156
157# Clang's compilation database file
158/compile_commands.json
f6236efc
MCC
159
160# Documentation toolchain
161sphinx_*/