Mike Frysinger | 3322351 | 2009-05-05 09:05:30 -0400 | [diff] [blame] | 1 | # |
2 | # Kbuild ignores | ||||
3 | # | ||||
4 | .* | ||||
5 | *.o | ||||
6 | *.o.* | ||||
7 | *.a | ||||
8 | *.s | ||||
9 | |||||
10 | # | ||||
11 | # Never ignore these | ||||
12 | # | ||||
13 | !.gitignore | ||||
14 | |||||
15 | # | ||||
16 | # Normal output | ||||
17 | # | ||||
18 | /busybox | ||||
19 | /busybox_unstripped* | ||||
20 | |||||
21 | # | ||||
22 | # Backups / patches | ||||
23 | # | ||||
24 | *~ | ||||
25 | *.orig | ||||
26 | *.rej | ||||
27 | /*.patch | ||||
Mike Frysinger | a1e5ebe | 2009-06-01 14:15:04 -0400 | [diff] [blame] | 28 | |
29 | # | ||||
30 | # debugging stuff | ||||
31 | # | ||||
32 | core | ||||
33 | .gdb_history | ||||
34 | .gdbinit |