]>
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 | # | |
1e65174a LT |
10 | # Normal rules |
11 | # | |
12 | .* | |
13 | *.o | |
96918a35 | 14 | *.o.* |
1e65174a LT |
15 | *.a |
16 | *.s | |
addbcdbb DH |
17 | *.ko.unsigned |
18 | *.ko.stripped | |
19 | *.ko.stripped.dig | |
20 | *.ko.stripped.sig | |
1e65174a | 21 | *.ko |
20ede274 | 22 | *.so |
f322727b | 23 | *.so.dbg |
1e65174a | 24 | *.mod.c |
0f71a373 | 25 | *.i |
87dedbda | 26 | *.lst |
ac3b719c | 27 | *.symtypes |
c6025f4c | 28 | *.order |
bc081dd6 | 29 | modules.builtin |
f72e9df0 EGM |
30 | *.elf |
31 | *.bin | |
32 | *.gz | |
e3a41d7b | 33 | *.bz2 |
3f8d9ced | 34 | *.lzma |
790e10ba | 35 | *.xz |
52b80025 | 36 | *.lzo |
35763e85 | 37 | *.patch |
7a6b1f1c | 38 | *.gcno |
1e65174a LT |
39 | |
40 | # | |
41 | # Top-level generic files | |
42 | # | |
6db823cf LT |
43 | /tags |
44 | /TAGS | |
45 | /linux | |
46 | /vmlinux | |
47 | /vmlinuz | |
48 | /System.map | |
49 | /Module.markers | |
50 | /Module.symvers | |
51 | ||
b7568286 GD |
52 | # |
53 | # Debian directory (make deb-pkg) | |
54 | # | |
55 | /debian/ | |
56 | ||
6db823cf LT |
57 | # |
58 | # git files that we don't want to ignore even it they are dot-files | |
59 | # | |
9e447a7f | 60 | !.gitignore |
f72e9df0 | 61 | !.mailmap |
1e65174a LT |
62 | |
63 | # | |
64 | # Generated include files | |
65 | # | |
1e65174a | 66 | include/config |
1e65174a | 67 | include/linux/version.h |
f14875a3 | 68 | include/generated |
d8ecc5cd | 69 | arch/*/include/generated |
1e65174a | 70 | |
1d519605 MCC |
71 | # stgit generated dirs |
72 | patches-* | |
8ccf2832 QY |
73 | |
74 | # quilt's files | |
75 | patches | |
76 | series | |
132e2bc3 TK |
77 | |
78 | # cscope files | |
79 | cscope.* | |
9723c046 | 80 | ncscope.* |
3f1b0e1f | 81 | |
f2ac5e78 JN |
82 | # gnu global files |
83 | GPATH | |
84 | GRTAGS | |
85 | GSYMS | |
86 | GTAGS | |
87 | ||
3f1b0e1f | 88 | *.orig |
70886554 CD |
89 | *~ |
90 | \#*# | |
addbcdbb DH |
91 | |
92 | # | |
93 | # Leavings from module signing | |
94 | # | |
95 | extra_certificates | |
96 | signing_key.priv | |
97 | signing_key.x509 | |
98 | signing_key.x509.keyid | |
99 | signing_key.x509.signer | |
100 | x509.genkey |