-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MGPG-66] fix handling of excluded files #10
Conversation
Running through Jenkins |
Many builds failed. might be flaky. Running again. |
I was able to reproduce this issue on Linux. The issue is that I will take a look tomorrow. //EDIT
So while absolute Paths on Windows (usually) start with a drive letter they always start with the file separator char The following version would work on both OS, but I would like to hear another opinion first:
|
I can confirm this fix is also working on macOS 11.2.3 (Apple Silicon, gpg (GnuPG/MacGPG2) 2.2.24). The test in 4da6921 is successful and was failing before as expected. |
Fixes MGPG-66 by adding a check if files match the exclude patterns.