drm/bridge: tc358767: fix missing of_node_put() in for_each_endpoint_of_node()
[drm/drm-misc.git] / .gitignore
blob56972adb5031aff8b388043e649100c35cb33fdb
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 !.cocciconfig
107 !.editorconfig
108 !.get_maintainer.ignore
109 !.gitattributes
110 !.gitignore
111 !.kunitconfig
112 !.mailmap
113 !.rustfmt.toml
116 # Generated include files
118 /include/config/
119 /include/generated/
120 /arch/*/include/generated/
122 # stgit generated dirs
123 patches-*
125 # quilt's files
126 patches
127 series
129 # ctags files
130 tags
131 TAGS
133 # cscope files
134 cscope.*
135 ncscope.*
137 # gnu global files
138 GPATH
139 GRTAGS
140 GSYMS
141 GTAGS
143 # id-utils files
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