1
0
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:
Alberto Bertogli
2024-04-21 11:06:59 +01:00
parent 6ff08b1ec2
commit 1a1befc75a

View File

@@ -1,4 +1,4 @@
*.got
# Ignore private test cases, to reduce the chances of accidental leaks.
private/
private