]>
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 | |
27 | *.gz | |
e3a41d7b | 28 | *.bz2 |
3f8d9ced | 29 | *.lzma |
35763e85 | 30 | *.patch |
7a6b1f1c | 31 | *.gcno |
1e65174a LT |
32 | |
33 | # | |
34 | # Top-level generic files | |
35 | # | |
d92bf25f | 36 | tags |
5fd934a9 | 37 | TAGS |
f72e9df0 | 38 | vmlinux |
1e65174a | 39 | System.map |
2cfed60c | 40 | Module.markers |
1e65174a | 41 | Module.symvers |
9e447a7f | 42 | !.gitignore |
f72e9df0 | 43 | !.mailmap |
1e65174a LT |
44 | |
45 | # | |
46 | # Generated include files | |
47 | # | |
48 | include/asm | |
42f122c8 | 49 | include/asm-*/asm-offsets.h |
1e65174a LT |
50 | include/config |
51 | include/linux/autoconf.h | |
52 | include/linux/compile.h | |
53 | include/linux/version.h | |
c181c64c | 54 | include/linux/utsrelease.h |
e4c576b9 | 55 | include/linux/bounds.h |
f14875a3 | 56 | include/generated |
1e65174a | 57 | |
1d519605 MCC |
58 | # stgit generated dirs |
59 | patches-* | |
8ccf2832 QY |
60 | |
61 | # quilt's files | |
62 | patches | |
63 | series | |
132e2bc3 TK |
64 | |
65 | # cscope files | |
66 | cscope.* | |
9723c046 | 67 | ncscope.* |
3f1b0e1f | 68 | |
f2ac5e78 JN |
69 | # gnu global files |
70 | GPATH | |
71 | GRTAGS | |
72 | GSYMS | |
73 | GTAGS | |
74 | ||
3f1b0e1f | 75 | *.orig |
70886554 CD |
76 | *~ |
77 | \#*# |