Preetish Amballi
2024-Oct-24 17:38 UTC
[PATCH] Updated gitignore to ignore sshd-session and sshd-auth targets
--- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.45.2
Darren Tucker
2024-Oct-25 08:27 UTC
[PATCH] Updated gitignore to ignore sshd-session and sshd-auth targets
On Fri, 25 Oct 2024 at 04:43, Preetish Amballi <amballip at gmail.com> wrote:> .gitignore | 2 ++Applied, thanks. -- Darren Tucker (dtucker at dtucker.net) GPG key 11EAA6FA / A86E 3E07 5B19 5880 E860 37F4 9357 ECEF 11EA A6FA Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement.
Maybe Matching Threads
- [PATCH] sshsig: check hashalg before selecting the RSA signature algorithm
- [PATCH] Clean up the regress directory with make clean
- [Bug 3748] New: "webauthn-sk-ecdsa-sha2-nistp256@openssh.com" signature type not supported from ssh agent
- [PATCH] .gitignore: Ignore a couple of auto-generate m4 scripts
- [PATCH] gitignore: ignore the guestfs.* directory