2009-05-05 13:05:30 +00:00
|
|
|
#
|
|
|
|
# Kbuild ignores
|
|
|
|
#
|
|
|
|
.*
|
|
|
|
*.o
|
|
|
|
*.o.*
|
|
|
|
*.a
|
|
|
|
*.s
|
2010-06-18 11:26:11 +00:00
|
|
|
Kbuild
|
2010-06-19 18:42:02 +00:00
|
|
|
Config.in
|
2009-05-05 13:05:30 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# Never ignore these
|
|
|
|
#
|
|
|
|
!.gitignore
|
|
|
|
|
|
|
|
#
|
|
|
|
# Normal output
|
|
|
|
#
|
|
|
|
/busybox
|
2011-05-01 12:43:53 +00:00
|
|
|
/busybox_old
|
2009-05-05 13:05:30 +00:00
|
|
|
/busybox_unstripped*
|
|
|
|
|
|
|
|
#
|
|
|
|
# Backups / patches
|
|
|
|
#
|
|
|
|
*~
|
|
|
|
*.orig
|
|
|
|
*.rej
|
|
|
|
/*.patch
|
2009-06-01 18:15:04 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# debugging stuff
|
|
|
|
#
|
|
|
|
core
|
|
|
|
.gdb_history
|
|
|
|
.gdbinit
|
2014-01-19 03:29:59 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# testing output
|
|
|
|
#
|
|
|
|
/busybox.links
|
|
|
|
/runtest-tempdir-links
|
2014-11-26 12:28:54 +00:00
|
|
|
/testsuite/echo-ne
|
2014-12-17 16:58:23 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
# cscope output
|
|
|
|
#
|
|
|
|
cscope.files
|
|
|
|
cscope.in.out
|
|
|
|
cscope.out
|
|
|
|
cscope.po.out
|