[openssh-commits] [openssh] branch master updated: don't ignore changes in regress Makefiles
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Dec 5 01:01:16 AEDT 2024
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
The following commit(s) were added to refs/heads/master by this push:
new eaa1744f don't ignore changes in regress Makefiles
eaa1744f is described below
commit eaa1744f34c30740328fd0a0d84b5f2f9e6918c1
Author: Damien Miller <djm at mindrot.org>
AuthorDate: Thu Dec 5 00:59:19 2024 +1100
don't ignore changes in regress Makefiles
reported by Torben Hansen in bz2880
---
.gitignore | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore
index 363df5b4..7707a18e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,8 +33,8 @@ ssh-sk-helper
sshd
sshd-session
sshd-auth
-!regress/misc/fuzz-harness/Makefile
-!regress/unittests/sshsig/Makefile
+!regress/misc/**/Makefile
+!regress/unittests/**/Makefile
tags
# Ignored on main branch
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list