]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - .gitignore
arm64: move --fix-cortex-a53-843419 linker test to Kconfig
[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 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
60/vmlinux
d0fe116b 61/vmlinux.32
5cc12472 62/vmlinux.map
269a535c 63/vmlinux.symvers
2478a8a1 64/vmlinux-gdb.py
6db823cf
LT
65/vmlinuz
66/System.map
67/Module.markers
898490c0 68/modules.builtin.modinfo
bbc55bde 69/modules.nsdeps
6db823cf 70
af60e207
MY
71#
72# RPM spec file (make rpm-pkg)
73#
74/*.spec
75
b7568286
GD
76#
77# Debian directory (make deb-pkg)
78#
79/debian/
80
5704d455
PP
81#
82# Snap directory (make snap-pkg)
83#
84/snap/
85
dd10ca6c
AS
86#
87# tar directory (make tar*-pkg)
88#
89/tar-install/
90
6db823cf 91#
f46e65da 92# We don't want to ignore the following even if they are dot-files
6db823cf 93#
f46e65da
MY
94!.clang-format
95!.cocciconfig
96!.get_maintainer.ignore
97!.gitattributes
9e447a7f 98!.gitignore
f72e9df0 99!.mailmap
1e65174a
LT
100
101#
102# Generated include files
103#
1e35663e
MY
104/include/config/
105/include/generated/
106/include/ksym/
107/arch/*/include/generated/
1e65174a 108
1d519605
MCC
109# stgit generated dirs
110patches-*
8ccf2832
QY
111
112# quilt's files
113patches
114series
132e2bc3
TK
115
116# cscope files
117cscope.*
9723c046 118ncscope.*
3f1b0e1f 119
f2ac5e78
JN
120# gnu global files
121GPATH
122GRTAGS
123GSYMS
124GTAGS
125
a37161c0
AK
126# id-utils files
127ID
128
3f1b0e1f 129*.orig
70886554
CD
130*~
131\#*#
addbcdbb
DH
132
133#
134# Leavings from module signing
135#
136extra_certificates
fb117949 137signing_key.pem
addbcdbb
DH
138signing_key.priv
139signing_key.x509
addbcdbb 140x509.genkey
25fba9be
BP
141
142# Kconfig presets
7fb1fc42
MY
143/all.config
144/alldef.config
145/allmod.config
146/allno.config
147/allrandom.config
148/allyes.config
dfe04872 149
ba77dca5
PM
150# Kconfig savedefconfig output
151/defconfig
152
dfe04872
BH
153# Kdevelop4
154*.kdev4
26c4c71b
TK
155
156# Clang's compilation database file
157/compile_commands.json
f6236efc
MCC
158
159# Documentation toolchain
160sphinx_*/