diff options
Diffstat (limited to 'crypto/openssh/.gitignore')
-rw-r--r-- | crypto/openssh/.gitignore | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/crypto/openssh/.gitignore b/crypto/openssh/.gitignore index 41d505c46dde..c419d0fd662b 100644 --- a/crypto/openssh/.gitignore +++ b/crypto/openssh/.gitignore @@ -12,6 +12,8 @@ survey.sh **/*.o **/*.lo **/*.so +**/*.dylib +**/*.dll **/*.out **/*.a **/*.un~ @@ -29,7 +31,9 @@ ssh-keysign ssh-pkcs11-helper ssh-sk-helper sshd -!regress/misc/fuzz-harness/Makefile -!regress/unittests/sshsig/Makefile +sshd-session +sshd-auth +!regress/misc/**/Makefile +!regress/unittests/**/Makefile tags |