]>
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 MY |
20 | *.dtb |
21 | *.dtb.S | |
1377dd3e MY |
22 | *.dwo |
23 | *.elf | |
24 | *.gcno | |
25 | *.gz | |
26 | *.i | |
27 | *.ko | |
59889300 | 28 | *.lex.c |
1377dd3e MY |
29 | *.ll |
30 | *.lst | |
31 | *.lz4 | |
32 | *.lzma | |
33 | *.lzo | |
b7dca6dd | 34 | *.mod |
1377dd3e | 35 | *.mod.c |
1e65174a | 36 | *.o |
96918a35 | 37 | *.o.* |
1377dd3e | 38 | *.patch |
1e65174a | 39 | *.s |
20ede274 | 40 | *.so |
f322727b | 41 | *.so.dbg |
1377dd3e | 42 | *.su |
ac3b719c | 43 | *.symtypes |
59889300 | 44 | *.tab.[ch] |
f4ae9497 | 45 | *.tar |
790e10ba | 46 | *.xz |
6f3decab | 47 | *.zst |
082722a0 | 48 | Module.symvers |
1377dd3e | 49 | modules.builtin |
a564bdeb | 50 | modules.order |
1e65174a LT |
51 | |
52 | # | |
53 | # Top-level generic files | |
54 | # | |
6db823cf LT |
55 | /tags |
56 | /TAGS | |
57 | /linux | |
58 | /vmlinux | |
d0fe116b | 59 | /vmlinux.32 |
269a535c | 60 | /vmlinux.symvers |
2478a8a1 | 61 | /vmlinux-gdb.py |
6db823cf LT |
62 | /vmlinuz |
63 | /System.map | |
64 | /Module.markers | |
898490c0 | 65 | /modules.builtin.modinfo |
bbc55bde | 66 | /modules.nsdeps |
6db823cf | 67 | |
af60e207 MY |
68 | # |
69 | # RPM spec file (make rpm-pkg) | |
70 | # | |
71 | /*.spec | |
72 | ||
b7568286 GD |
73 | # |
74 | # Debian directory (make deb-pkg) | |
75 | # | |
76 | /debian/ | |
77 | ||
5704d455 PP |
78 | # |
79 | # Snap directory (make snap-pkg) | |
80 | # | |
81 | /snap/ | |
82 | ||
dd10ca6c AS |
83 | # |
84 | # tar directory (make tar*-pkg) | |
85 | # | |
86 | /tar-install/ | |
87 | ||
6db823cf | 88 | # |
f46e65da | 89 | # We don't want to ignore the following even if they are dot-files |
6db823cf | 90 | # |
f46e65da MY |
91 | !.clang-format |
92 | !.cocciconfig | |
93 | !.get_maintainer.ignore | |
94 | !.gitattributes | |
9e447a7f | 95 | !.gitignore |
f72e9df0 | 96 | !.mailmap |
1e65174a LT |
97 | |
98 | # | |
99 | # Generated include files | |
100 | # | |
1e35663e MY |
101 | /include/config/ |
102 | /include/generated/ | |
103 | /include/ksym/ | |
104 | /arch/*/include/generated/ | |
1e65174a | 105 | |
1d519605 MCC |
106 | # stgit generated dirs |
107 | patches-* | |
8ccf2832 QY |
108 | |
109 | # quilt's files | |
110 | patches | |
111 | series | |
132e2bc3 TK |
112 | |
113 | # cscope files | |
114 | cscope.* | |
9723c046 | 115 | ncscope.* |
3f1b0e1f | 116 | |
f2ac5e78 JN |
117 | # gnu global files |
118 | GPATH | |
119 | GRTAGS | |
120 | GSYMS | |
121 | GTAGS | |
122 | ||
a37161c0 AK |
123 | # id-utils files |
124 | ID | |
125 | ||
3f1b0e1f | 126 | *.orig |
70886554 CD |
127 | *~ |
128 | \#*# | |
addbcdbb DH |
129 | |
130 | # | |
131 | # Leavings from module signing | |
132 | # | |
133 | extra_certificates | |
fb117949 | 134 | signing_key.pem |
addbcdbb DH |
135 | signing_key.priv |
136 | signing_key.x509 | |
addbcdbb | 137 | x509.genkey |
25fba9be BP |
138 | |
139 | # Kconfig presets | |
7fb1fc42 MY |
140 | /all.config |
141 | /alldef.config | |
142 | /allmod.config | |
143 | /allno.config | |
144 | /allrandom.config | |
145 | /allyes.config | |
dfe04872 | 146 | |
ba77dca5 PM |
147 | # Kconfig savedefconfig output |
148 | /defconfig | |
149 | ||
dfe04872 BH |
150 | # Kdevelop4 |
151 | *.kdev4 | |
26c4c71b TK |
152 | |
153 | # Clang's compilation database file | |
154 | /compile_commands.json |