sed: check errors writing file with sed -i
[busybox-git.git] / .gitignore
blobbecd9bf6dbfd629027b802fb585b746abf0260ee
2 # Kbuild ignores
4 .*
5 *.o
6 *.o.*
7 *.a
8 *.s
9 Kbuild
10 Config.in
13 # Never ignore these
15 !.gitignore
18 # Normal output
20 /busybox
21 /busybox_old
22 /busybox_unstripped*
25 # Backups / patches
28 *.orig
29 *.rej
30 /*.patch
33 # debugging stuff
35 core
36 .gdb_history
37 .gdbinit
40 # testing output
42 /busybox.links
43 /runtest-tempdir-links
44 /testsuite/echo-ne
47 # cscope output
49 cscope.files
50 cscope.in.out
51 cscope.out
52 cscope.po.out
55 # ctags output
57 tags
58 TAGS
61 # user-supplied scripts
63 /embed