]>
Commit | Line | Data |
---|---|---|
1e65174a LT |
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 | # | |
ff2f5ff0 | 6 | # NOTE! Please use 'git ls-files -i --exclude-standard' |
f72e9df0 EGM |
7 | # command after changing this file, to see if there are |
8 | # any tracked files which get ignored after the change. | |
9 | # | |
1377dd3e | 10 | # Normal rules (sorted alphabetically) |
1e65174a LT |
11 | # |
12 | .* | |
1377dd3e MY |
13 | *.a |
14 | *.bin | |
15 | *.bz2 | |
16 | *.c.[012]*.* | |
10b62a2f MY |
17 | *.dtb |
18 | *.dtb.S | |
1377dd3e MY |
19 | *.dwo |
20 | *.elf | |
21 | *.gcno | |
22 | *.gz | |
23 | *.i | |
24 | *.ko | |
25 | *.ll | |
26 | *.lst | |
27 | *.lz4 | |
28 | *.lzma | |
29 | *.lzo | |
30 | *.mod.c | |
1e65174a | 31 | *.o |
96918a35 | 32 | *.o.* |
1377dd3e MY |
33 | *.order |
34 | *.patch | |
1e65174a | 35 | *.s |
20ede274 | 36 | *.so |
f322727b | 37 | *.so.dbg |
1377dd3e | 38 | *.su |
ac3b719c | 39 | *.symtypes |
f4ae9497 | 40 | *.tar |
790e10ba | 41 | *.xz |
082722a0 | 42 | Module.symvers |
1377dd3e | 43 | modules.builtin |
1e65174a LT |
44 | |
45 | # | |
46 | # Top-level generic files | |
47 | # | |
6db823cf LT |
48 | /tags |
49 | /TAGS | |
50 | /linux | |
51 | /vmlinux | |
d0fe116b | 52 | /vmlinux.32 |
2478a8a1 | 53 | /vmlinux-gdb.py |
6db823cf LT |
54 | /vmlinuz |
55 | /System.map | |
56 | /Module.markers | |
6db823cf | 57 | |
af60e207 MY |
58 | # |
59 | # RPM spec file (make rpm-pkg) | |
60 | # | |
61 | /*.spec | |
62 | ||
b7568286 GD |
63 | # |
64 | # Debian directory (make deb-pkg) | |
65 | # | |
0d34a427 | 66 | #/debian/ |
b7568286 | 67 | |
b3f38f3b PP |
68 | # |
69 | # Snap directory (make snap-pkg) | |
70 | # | |
71 | /snap/ | |
72 | ||
dd10ca6c AS |
73 | # |
74 | # tar directory (make tar*-pkg) | |
75 | # | |
76 | /tar-install/ | |
77 | ||
6db823cf | 78 | # |
52bbe141 | 79 | # git files that we don't want to ignore even if they are dot-files |
6db823cf | 80 | # |
9e447a7f | 81 | !.gitignore |
f72e9df0 | 82 | !.mailmap |
dd951fc1 | 83 | !.cocciconfig |
1e65174a LT |
84 | |
85 | # | |
86 | # Generated include files | |
87 | # | |
1e65174a | 88 | include/config |
f14875a3 | 89 | include/generated |
d8ecc5cd | 90 | arch/*/include/generated |
1e65174a | 91 | |
1d519605 MCC |
92 | # stgit generated dirs |
93 | patches-* | |
8ccf2832 QY |
94 | |
95 | # quilt's files | |
96 | patches | |
97 | series | |
132e2bc3 TK |
98 | |
99 | # cscope files | |
100 | cscope.* | |
9723c046 | 101 | ncscope.* |
3f1b0e1f | 102 | |
f2ac5e78 JN |
103 | # gnu global files |
104 | GPATH | |
105 | GRTAGS | |
106 | GSYMS | |
107 | GTAGS | |
108 | ||
a37161c0 AK |
109 | # id-utils files |
110 | ID | |
111 | ||
3f1b0e1f | 112 | *.orig |
70886554 CD |
113 | *~ |
114 | \#*# | |
addbcdbb DH |
115 | |
116 | # | |
117 | # Leavings from module signing | |
118 | # | |
119 | extra_certificates | |
fb117949 | 120 | signing_key.pem |
addbcdbb DH |
121 | signing_key.priv |
122 | signing_key.x509 | |
addbcdbb | 123 | x509.genkey |
25fba9be BP |
124 | |
125 | # Kconfig presets | |
126 | all.config | |
dfe04872 BH |
127 | |
128 | # Kdevelop4 | |
129 | *.kdev4 |