mirror of
https://github.com/sheumann/hush.git
synced 2024-10-31 19:04:47 +00:00
fcbc641fe3
Signed-off-by: Cristian Ionescu-Idbohrn <cii@axis.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
38 lines
261 B
Plaintext
38 lines
261 B
Plaintext
#
|
|
# Kbuild ignores
|
|
#
|
|
.*
|
|
*.o
|
|
*.o.*
|
|
*.a
|
|
*.s
|
|
Kbuild
|
|
Config.in
|
|
|
|
#
|
|
# Never ignore these
|
|
#
|
|
!.gitignore
|
|
|
|
#
|
|
# Normal output
|
|
#
|
|
/busybox
|
|
/busybox_old
|
|
/busybox_unstripped*
|
|
|
|
#
|
|
# Backups / patches
|
|
#
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
/*.patch
|
|
|
|
#
|
|
# debugging stuff
|
|
#
|
|
core
|
|
.gdb_history
|
|
.gdbinit
|