3322351724
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
28 lines
181 B
Plaintext
28 lines
181 B
Plaintext
#
|
|
# Kbuild ignores
|
|
#
|
|
.*
|
|
*.o
|
|
*.o.*
|
|
*.a
|
|
*.s
|
|
|
|
#
|
|
# Never ignore these
|
|
#
|
|
!.gitignore
|
|
|
|
#
|
|
# Normal output
|
|
#
|
|
/busybox
|
|
/busybox_unstripped*
|
|
|
|
#
|
|
# Backups / patches
|
|
#
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
/*.patch
|