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 |
e2557287 | 39 | *.su |
1e65174a LT |
40 | |
41 | # | |
42 | # Top-level generic files | |
43 | # | |
6db823cf LT |
44 | /tags |
45 | /TAGS | |
46 | /linux | |
47 | /vmlinux | |
d0fe116b | 48 | /vmlinux.32 |
2478a8a1 | 49 | /vmlinux-gdb.py |
6db823cf LT |
50 | /vmlinuz |
51 | /System.map | |
52 | /Module.markers | |
6db823cf | 53 | |
b7568286 GD |
54 | # |
55 | # Debian directory (make deb-pkg) | |
56 | # | |
57 | /debian/ | |
58 | ||
dd10ca6c AS |
59 | # |
60 | # tar directory (make tar*-pkg) | |
61 | # | |
62 | /tar-install/ | |
63 | ||
6db823cf LT |
64 | # |
65 | # git files that we don't want to ignore even it they are dot-files | |
66 | # | |
9e447a7f | 67 | !.gitignore |
f72e9df0 | 68 | !.mailmap |
1e65174a LT |
69 | |
70 | # | |
71 | # Generated include files | |
72 | # | |
1e65174a | 73 | include/config |
f14875a3 | 74 | include/generated |
d8ecc5cd | 75 | arch/*/include/generated |
1e65174a | 76 | |
1d519605 MCC |
77 | # stgit generated dirs |
78 | patches-* | |
8ccf2832 QY |
79 | |
80 | # quilt's files | |
81 | patches | |
82 | series | |
132e2bc3 TK |
83 | |
84 | # cscope files | |
85 | cscope.* | |
9723c046 | 86 | ncscope.* |
3f1b0e1f | 87 | |
f2ac5e78 JN |
88 | # gnu global files |
89 | GPATH | |
90 | GRTAGS | |
91 | GSYMS | |
92 | GTAGS | |
93 | ||
a37161c0 AK |
94 | # id-utils files |
95 | ID | |
96 | ||
3f1b0e1f | 97 | *.orig |
70886554 CD |
98 | *~ |
99 | \#*# | |
addbcdbb DH |
100 | |
101 | # | |
102 | # Leavings from module signing | |
103 | # | |
104 | extra_certificates | |
fb117949 | 105 | signing_key.pem |
addbcdbb DH |
106 | signing_key.priv |
107 | signing_key.x509 | |
addbcdbb | 108 | x509.genkey |
25fba9be BP |
109 | |
110 | # Kconfig presets | |
111 | all.config | |
dfe04872 BH |
112 | |
113 | # Kdevelop4 | |
114 | *.kdev4 |