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