blob: becd9bf6dbfd629027b802fb585b746abf0260ee [file] [log] [blame]
Mike Frysinger33223512009-05-05 09:05:30 -04001#
2# Kbuild ignores
3#
4.*
5*.o
6*.o.*
7*.a
8*.s
Dan Fandrichf934a512010-06-18 13:26:11 +02009Kbuild
Denys Vlasenkoe15a6c82010-06-19 20:42:02 +020010Config.in
Mike Frysinger33223512009-05-05 09:05:30 -040011
12#
13# Never ignore these
14#
15!.gitignore
16
17#
18# Normal output
19#
20/busybox
Cristian Ionescu-Idbohrnfcbc6412011-05-01 14:43:53 +020021/busybox_old
Mike Frysinger33223512009-05-05 09:05:30 -040022/busybox_unstripped*
23
24#
25# Backups / patches
26#
27*~
28*.orig
29*.rej
30/*.patch
Mike Frysingera1e5ebe2009-06-01 14:15:04 -040031
32#
33# debugging stuff
34#
35core
36.gdb_history
37.gdbinit
Bartosz Golaszewski49111cd2014-01-19 04:29:59 +010038
39#
40# testing output
41#
42/busybox.links
43/runtest-tempdir-links
Bartosz Golaszewskieff58f12014-11-26 13:28:54 +010044/testsuite/echo-ne
Bartosz Golaszewski6c19d352014-12-17 17:58:23 +010045
46#
47# cscope output
48#
49cscope.files
50cscope.in.out
51cscope.out
52cscope.po.out
Martin Kaiser702d8652018-09-24 21:00:47 +020053
54#
55# ctags output
56#
57tags
58TAGS
Ron Yorston37788982018-11-17 17:48:14 +000059
60#
61# user-supplied scripts
62#
63/embed