mirror of
https://github.com/sheumann/hush.git
synced 2024-12-26 10:32:02 +00:00
16cd3c0619
There's really only one bug fix in here that should be significant for GNO hush. The other changes should be inconsequential, AFAIK.
51 lines
375 B
Plaintext
51 lines
375 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
|
|
/testsuite/echo-ne
|
|
|
|
#
|
|
# cscope output
|
|
#
|
|
cscope.files
|
|
cscope.in.out
|
|
cscope.out
|
|
cscope.po.out
|