hush/.gitignore

36 lines
238 B
Plaintext
Raw Normal View History

#
# 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