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