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 | ||||
Dan Fandrich | f934a51 | 2010-06-18 13:26:11 +0200 | [diff] [blame] | 9 | Kbuild |
Denys Vlasenko | e15a6c8 | 2010-06-19 20:42:02 +0200 | [diff] [blame] | 10 | Config.in |
Mike Frysinger | 3322351 | 2009-05-05 09:05:30 -0400 | [diff] [blame] | 11 | |
12 | # | ||||
13 | # Never ignore these | ||||
14 | # | ||||
15 | !.gitignore | ||||
16 | |||||
17 | # | ||||
18 | # Normal output | ||||
19 | # | ||||
20 | /busybox | ||||
21 | /busybox_unstripped* | ||||
22 | |||||
23 | # | ||||
24 | # Backups / patches | ||||
25 | # | ||||
26 | *~ | ||||
27 | *.orig | ||||
28 | *.rej | ||||
29 | /*.patch | ||||
Mike Frysinger | a1e5ebe | 2009-06-01 14:15:04 -0400 | [diff] [blame] | 30 | |
31 | # | ||||
32 | # debugging stuff | ||||
33 | # | ||||
34 | core | ||||
35 | .gdb_history | ||||
36 | .gdbinit |