drm/vc4: hvs: Boost the core clock during modeset
[platform/kernel/linux-rpi.git] / .gitignore
1 #
2 # NOTE! Don't add files that are generated in specific
3 # subdirectories here. Add them in the ".gitignore" file
4 # in that subdirectory instead.
5 #
6 # NOTE! Please use 'git ls-files -i --exclude-standard'
7 # command after changing this file, to see if there are
8 # any tracked files which get ignored after the change.
9 #
10 # Normal rules (sorted alphabetically)
11 #
12 .*
13 *.a
14 *.asn1.[ch]
15 *.bin
16 *.bz2
17 *.c.[012]*.*
18 *.dt.yaml
19 *.dtb
20 *.dtbo
21 *.dtb.S
22 *.dwo
23 *.elf
24 *.gcno
25 *.gz
26 *.i
27 *.ko
28 *.lex.c
29 *.ll
30 *.lst
31 *.lz4
32 *.lzma
33 *.lzo
34 *.mod
35 *.mod.c
36 *.ns_deps
37 *.o
38 *.o.*
39 *.patch
40 *.s
41 *.so
42 *.so.dbg
43 *.su
44 *.symtypes
45 *.tab.[ch]
46 *.tar
47 *.xz
48 Module.symvers
49 modules.builtin
50 modules.order
51
52 #
53 # Top-level generic files
54 #
55 /tags
56 /TAGS
57 /linux
58 /vmlinux
59 /vmlinux.32
60 /vmlinux-gdb.py
61 /vmlinuz
62 /System.map
63 /Module.markers
64 /modules.builtin.modinfo
65
66 #
67 # RPM spec file (make rpm-pkg)
68 #
69 /*.spec
70
71 #
72 # Debian directory (make deb-pkg)
73 #
74 /debian/
75
76 #
77 # Snap directory (make snap-pkg)
78 #
79 /snap/
80
81 #
82 # tar directory (make tar*-pkg)
83 #
84 /tar-install/
85
86 #
87 # We don't want to ignore the following even if they are dot-files
88 #
89 !.clang-format
90 !.cocciconfig
91 !.get_maintainer.ignore
92 !.gitattributes
93 !.gitignore
94 !.mailmap
95
96 #
97 # Generated include files
98 #
99 /include/config/
100 /include/generated/
101 /include/ksym/
102 /arch/*/include/generated/
103
104 # stgit generated dirs
105 patches-*
106
107 # quilt's files
108 patches
109 series
110
111 # cscope files
112 cscope.*
113 ncscope.*
114
115 # gnu global files
116 GPATH
117 GRTAGS
118 GSYMS
119 GTAGS
120
121 # id-utils files
122 ID
123
124 *.orig
125 *~
126 \#*#
127
128 #
129 # Leavings from module signing
130 #
131 extra_certificates
132 signing_key.pem
133 signing_key.priv
134 signing_key.x509
135 x509.genkey
136
137 # Kconfig presets
138 /all.config
139 /alldef.config
140 /allmod.config
141 /allno.config
142 /allrandom.config
143 /allyes.config
144
145 # Kdevelop4
146 *.kdev4
147
148 # Clang's compilation database file
149 /compile_commands.json