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