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