git » chasquid » commit 1a1befc

dkim: Update .gitignore pattern for private test cases

author Alberto Bertogli
2024-04-21 10:06:59 UTC
committer Alberto Bertogli
2024-04-21 10:08:08 UTC
parent 6ff08b1ec2e8a99c3c9d6cf5879a72266fb37bb6

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 +1 -1

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