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.
5 lines
87 B
Plaintext
5 lines
87 B
Plaintext
*.got
|
|
|
|
# Ignore private test cases, to reduce the chances of accidental leaks.
|
|
private
|