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