Merge tag 'fuse-fixes-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-stable.git] / .gitignore
blob7902adf4f7f1a55e40c21fb793ecb36c479fa947
1 # SPDX-License-Identifier: GPL-2.0-only
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.
7 # NOTE! Please use 'git ls-files -i -c --exclude-per-directory=.gitignore'
8 # command after changing this file, to see if there are
9 # any tracked files which get ignored after the change.
11 # Normal rules (sorted alphabetically)
14 *.a
15 *.asn1.[ch]
16 *.bin
17 *.bz2
18 *.c.[012]*.*
19 *.dt.yaml
20 *.dtb
21 *.dtbo
22 *.dtb.S
23 *.dtbo.S
24 *.dwo
25 *.elf
26 *.gcno
27 *.gz
28 *.i
29 *.ko
30 *.lex.c
31 *.ll
32 *.lst
33 *.lz4
34 *.lzma
35 *.lzo
36 *.mod
37 *.mod.c
38 *.o
39 *.o.*
40 *.patch
41 *.rmeta
42 *.rpm
43 *.rsi
44 *.s
45 *.so
46 *.so.dbg
47 *.su
48 *.symtypes
49 *.symversions
50 *.tab.[ch]
51 *.tar
52 *.xz
53 *.zst
54 Module.symvers
55 dtbs-list
56 modules.order
59 # Top-level generic files
61 /linux
62 /modules-only.symvers
63 /vmlinux
64 /vmlinux.32
65 /vmlinux.map
66 /vmlinux.symvers
67 /vmlinux-gdb.py
68 /vmlinuz
69 /System.map
70 /Module.markers
71 /modules.builtin
72 /modules.builtin.modinfo
73 /modules.nsdeps
76 # RPM spec file (make rpm-pkg)
78 /rpmbuild/
81 # Debian directory (make deb-pkg)
83 /debian/
86 # Snap directory (make snap-pkg)
88 /snap/
91 # tar directory (make tar*-pkg)
93 /tar-install/
96 # pacman files (make pacman-pkg)
98 /PKGBUILD
99 /pacman/
102 # We don't want to ignore the following even if they are dot-files
104 !.clang-format
105 !.cocciconfig
106 !.editorconfig
107 !.get_maintainer.ignore
108 !.gitattributes
109 !.gitignore
110 !.kunitconfig
111 !.mailmap
112 !.rustfmt.toml
115 # Generated include files
117 /include/config/
118 /include/generated/
119 /arch/*/include/generated/
121 # stgit generated dirs
122 patches-*
124 # quilt's files
125 patches
126 series
128 # ctags files
129 tags
130 TAGS
132 # cscope files
133 cscope.*
134 ncscope.*
136 # gnu global files
137 GPATH
138 GRTAGS
139 GSYMS
140 GTAGS
142 # id-utils files
145 *.orig
147 \#*#
150 # Leavings from module signing
152 extra_certificates
153 signing_key.pem
154 signing_key.priv
155 signing_key.x509
156 x509.genkey
158 # Kconfig presets
159 /all.config
160 /alldef.config
161 /allmod.config
162 /allno.config
163 /allrandom.config
164 /allyes.config
166 # Kconfig savedefconfig output
167 /defconfig
169 # Kdevelop4
170 *.kdev4
172 # Clang's compilation database file
173 /compile_commands.json
175 # Documentation toolchain
176 sphinx_*/
178 # Rust analyzer configuration
179 /rust-project.json