mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
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.
This commit is contained in:
2
internal/dkim/testdata/.gitignore
vendored
2
internal/dkim/testdata/.gitignore
vendored
@@ -1,4 +1,4 @@
|
||||
*.got
|
||||
|
||||
# Ignore private test cases, to reduce the chances of accidental leaks.
|
||||
private/
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user