From 1a1befc75adb5ad3d1cdc267224a94d8e97c2688 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Sun, 21 Apr 2024 11:06:59 +0100 Subject: [PATCH] dkim: Update .gitignore pattern for private test cases The current .gitignore pattern doesn't work when the private test cases are a symlink, which can be convenient. This patch fixes it by changing the pattern to match symlinks as well as directories. --- internal/dkim/testdata/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dkim/testdata/.gitignore b/internal/dkim/testdata/.gitignore index f614d19..6081dc4 100644 --- a/internal/dkim/testdata/.gitignore +++ b/internal/dkim/testdata/.gitignore @@ -1,4 +1,4 @@ *.got # Ignore private test cases, to reduce the chances of accidental leaks. -private/ +private