mirror of
https://github.com/sheumann/hush.git
synced 2024-11-17 10:07:19 +00:00
42 lines
283 B
Plaintext
42 lines
283 B
Plaintext
#
|
|
# Kbuild ignores
|
|
#
|
|
.*
|
|
*.o
|
|
*.o.*
|
|
*.a
|
|
*.s
|
|
Kbuild
|
|
Config.in
|
|
|
|
#
|
|
# Never ignore these
|
|
#
|
|
!.gitignore
|
|
|
|
#
|
|
# Normal output
|
|
#
|
|
hush
|
|
|
|
#
|
|
# Backups / patches
|
|
#
|
|
*~
|
|
*.orig
|
|
*.rej
|
|
/*.patch
|
|
|
|
#
|
|
# debugging stuff
|
|
#
|
|
core
|
|
.gdb_history
|
|
.gdbinit
|
|
|
|
#
|
|
# testing output
|
|
#
|
|
/busybox.links
|
|
/runtest-tempdir-links
|