mirror of
https://github.com/sheumann/hush.git
synced 2024-12-23 05:29:58 +00:00
70ea37208b
The only substantive change is about when simple line input mode is used. I also bumped the version number and included a GNO-version-specific component.
43 lines
302 B
Plaintext
43 lines
302 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
|