diff options
author | Preetish Amballi <amballip@gmail.com> | 2024-10-21 16:07:02 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2024-10-25 10:03:42 +0200 |
commit | 3b240cc44b8de9175280ddbe59331317d427b0e3 (patch) | |
tree | 8c26a99e46d6006ddf2b1dedefb1f07b9c694a5a | |
parent | Simplify pselect shim and remove side effects. (diff) | |
download | openssh-3b240cc44b8de9175280ddbe59331317d427b0e3.tar.xz openssh-3b240cc44b8de9175280ddbe59331317d427b0e3.zip |
Updated gitignore to ignore sshd-session and sshd-auth targets
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 213041656..c9d4166a7 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,8 @@ ssh-keysign ssh-pkcs11-helper ssh-sk-helper sshd +sshd-session +sshd-auth !regress/misc/fuzz-harness/Makefile !regress/unittests/sshsig/Makefile tags |