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