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