blob: 07f6e747217d7676a087643f492c37dd54b51d4d [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