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 | ||||
Cristian Ionescu-Idbohrn | fcbc641 | 2011-05-01 14:43:53 +0200 | [diff] [blame] | 21 | /busybox_old |
Mike Frysinger | 3322351 | 2009-05-05 09:05:30 -0400 | [diff] [blame] | 22 | /busybox_unstripped* |
23 | |||||
24 | # | ||||
25 | # Backups / patches | ||||
26 | # | ||||
27 | *~ | ||||
28 | *.orig | ||||
29 | *.rej | ||||
30 | /*.patch | ||||
Mike Frysinger | a1e5ebe | 2009-06-01 14:15:04 -0400 | [diff] [blame] | 31 | |
32 | # | ||||
33 | # debugging stuff | ||||
34 | # | ||||
35 | core | ||||
36 | .gdb_history | ||||
37 | .gdbinit | ||||
Bartosz Golaszewski | 49111cd | 2014-01-19 04:29:59 +0100 | [diff] [blame] | 38 | |
39 | # | ||||
40 | # testing output | ||||
41 | # | ||||
42 | /busybox.links | ||||
43 | /runtest-tempdir-links | ||||
Bartosz Golaszewski | eff58f1 | 2014-11-26 13:28:54 +0100 | [diff] [blame] | 44 | /testsuite/echo-ne |
Bartosz Golaszewski | 6c19d35 | 2014-12-17 17:58:23 +0100 | [diff] [blame] | 45 | |
46 | # | ||||
47 | # cscope output | ||||
48 | # | ||||
49 | cscope.files | ||||
50 | cscope.in.out | ||||
51 | cscope.out | ||||
52 | cscope.po.out | ||||
Martin Kaiser | 702d865 | 2018-09-24 21:00:47 +0200 | [diff] [blame] | 53 | |
54 | # | ||||
55 | # ctags output | ||||
56 | # | ||||
57 | tags | ||||
58 | TAGS | ||||
Ron Yorston | 3778898 | 2018-11-17 17:48:14 +0000 | [diff] [blame] | 59 | |
60 | # | ||||
61 | # user-supplied scripts | ||||
62 | # | ||||
63 | /embed |