]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - .gitignore
x86: Add support for ZSTD compressed kernel
[mirror_ubuntu-jammy-kernel.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
MY
20*.dtb
21*.dtb.S
1377dd3e
MY
22*.dwo
23*.elf
24*.gcno
25*.gz
26*.i
27*.ko
59889300 28*.lex.c
1377dd3e
MY
29*.ll
30*.lst
31*.lz4
32*.lzma
33*.lzo
b7dca6dd 34*.mod
1377dd3e 35*.mod.c
1e65174a 36*.o
96918a35 37*.o.*
1377dd3e 38*.patch
1e65174a 39*.s
20ede274 40*.so
f322727b 41*.so.dbg
1377dd3e 42*.su
ac3b719c 43*.symtypes
59889300 44*.tab.[ch]
f4ae9497 45*.tar
790e10ba 46*.xz
082722a0 47Module.symvers
1377dd3e 48modules.builtin
a564bdeb 49modules.order
1e65174a
LT
50
51#
52# Top-level generic files
53#
6db823cf
LT
54/tags
55/TAGS
56/linux
57/vmlinux
d0fe116b 58/vmlinux.32
269a535c 59/vmlinux.symvers
2478a8a1 60/vmlinux-gdb.py
6db823cf
LT
61/vmlinuz
62/System.map
63/Module.markers
898490c0 64/modules.builtin.modinfo
bbc55bde 65/modules.nsdeps
6db823cf 66
af60e207
MY
67#
68# RPM spec file (make rpm-pkg)
69#
70/*.spec
71
b7568286
GD
72#
73# Debian directory (make deb-pkg)
74#
75/debian/
76
5704d455
PP
77#
78# Snap directory (make snap-pkg)
79#
80/snap/
81
dd10ca6c
AS
82#
83# tar directory (make tar*-pkg)
84#
85/tar-install/
86
6db823cf 87#
f46e65da 88# We don't want to ignore the following even if they are dot-files
6db823cf 89#
f46e65da
MY
90!.clang-format
91!.cocciconfig
92!.get_maintainer.ignore
93!.gitattributes
9e447a7f 94!.gitignore
f72e9df0 95!.mailmap
1e65174a
LT
96
97#
98# Generated include files
99#
1e35663e
MY
100/include/config/
101/include/generated/
102/include/ksym/
103/arch/*/include/generated/
1e65174a 104
1d519605
MCC
105# stgit generated dirs
106patches-*
8ccf2832
QY
107
108# quilt's files
109patches
110series
132e2bc3
TK
111
112# cscope files
113cscope.*
9723c046 114ncscope.*
3f1b0e1f 115
f2ac5e78
JN
116# gnu global files
117GPATH
118GRTAGS
119GSYMS
120GTAGS
121
a37161c0
AK
122# id-utils files
123ID
124
3f1b0e1f 125*.orig
70886554
CD
126*~
127\#*#
addbcdbb
DH
128
129#
130# Leavings from module signing
131#
132extra_certificates
fb117949 133signing_key.pem
addbcdbb
DH
134signing_key.priv
135signing_key.x509
addbcdbb 136x509.genkey
25fba9be
BP
137
138# Kconfig presets
7fb1fc42
MY
139/all.config
140/alldef.config
141/allmod.config
142/allno.config
143/allrandom.config
144/allyes.config
dfe04872 145
ba77dca5
PM
146# Kconfig savedefconfig output
147/defconfig
148
dfe04872
BH
149# Kdevelop4
150*.kdev4
26c4c71b
TK
151
152# Clang's compilation database file
153/compile_commands.json