blob: b7840e494d6300e550166c24e91eca0c452ee859 [file] [log] [blame]
#
# Kbuild ignores
#
.*
*.o
*.o.*
*.a
*.s
#
# Never ignore these
#
!.gitignore
#
# Normal output
#
/busybox
/busybox_unstripped*
#
# Backups / patches
#
*~
*.orig
*.rej
/*.patch
#
# debugging stuff
#
core
.gdb_history
.gdbinit