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