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