diff options
Diffstat (limited to 'crypto/openssh/.gitignore')
-rw-r--r-- | crypto/openssh/.gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/openssh/.gitignore b/crypto/openssh/.gitignore index 650eb3c3c90c..5e4ae5a60d06 100644 --- a/crypto/openssh/.gitignore +++ b/crypto/openssh/.gitignore @@ -2,8 +2,11 @@ Makefile buildpkg.sh config.h config.h.in +config.h.in~ +config.log config.status configure +aclocal.m4 openbsd-compat/Makefile openbsd-compat/regress/Makefile openssh.xml @@ -11,6 +14,8 @@ opensshd.init survey.sh **/*.0 **/*.o +**/*.lo +**/*.so **/*.out **/*.a autom4te.cache/ @@ -24,5 +29,8 @@ ssh-keygen ssh-keyscan ssh-keysign ssh-pkcs11-helper +ssh-sk-helper sshd !regress/misc/fuzz-harness/Makefile +!regress/unittests/sshsig/Makefile +tags |