drm/bridge: ti-sn65dsi86: Fix multiple instances
[drm/drm-misc.git] / .gitignore
blob6839cf84acda0d2d3c236a2e42b0cb0fe1b14965
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 *.gcda
28 *.gz
29 *.i
30 *.ko
31 *.lex.c
32 *.ll
33 *.lst
34 *.lz4
35 *.lzma
36 *.lzo
37 *.mod
38 *.mod.c
39 *.o
40 *.o.*
41 *.patch
42 *.rmeta
43 *.rpm
44 *.rsi
45 *.s
46 *.so
47 *.so.dbg
48 *.su
49 *.symtypes
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.builtin.ranges
74 /modules.nsdeps
77 # RPM spec file (make rpm-pkg)
79 /rpmbuild/
82 # Debian directory (make deb-pkg)
84 /debian/
87 # Snap directory (make snap-pkg)
89 /snap/
92 # tar directory (make tar*-pkg)
94 /tar-install/
97 # pacman files (make pacman-pkg)
99 /PKGBUILD
100 /pacman/
103 # We don't want to ignore the following even if they are dot-files
105 !.clang-format
106 !.clippy.toml
107 !.cocciconfig
108 !.editorconfig
109 !.get_maintainer.ignore
110 !.gitattributes
111 !.gitignore
112 !.kunitconfig
113 !.mailmap
114 !.rustfmt.toml
117 # Generated include files
119 /include/config/
120 /include/generated/
121 /arch/*/include/generated/
123 # stgit generated dirs
124 patches-*
126 # quilt's files
127 patches
128 series
130 # ctags files
131 tags
132 !tags/
133 TAGS
135 # cscope files
136 cscope.*
137 ncscope.*
139 # gnu global files
140 GPATH
141 GRTAGS
142 GSYMS
143 GTAGS
145 # id-utils files
149 \#*#
152 # Leavings from module signing
154 extra_certificates
155 signing_key.pem
156 signing_key.priv
157 signing_key.x509
158 x509.genkey
160 # Kconfig presets
161 /all.config
162 /alldef.config
163 /allmod.config
164 /allno.config
165 /allrandom.config
166 /allyes.config
168 # Kconfig savedefconfig output
169 /defconfig
171 # Kdevelop4
172 *.kdev4
174 # Clang's compilation database file
175 /compile_commands.json
177 # Documentation toolchain
178 sphinx_*/
180 # Rust analyzer configuration
181 /rust-project.json