mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![]() The existing code does not correctly handle the case where a file matches one of the patterns, but should not match overall because of an exclude pattern that applied to a parent directory (see https://github.com/docker/buildx/issues/850). Fix this by independently tracking the results of matching against each pattern. A file should be considered to match any pattern that matched a parent dir. Signed-off-by: Aaron Lehmann <alehmann@netflix.com> |
||
---|---|---|
.. | ||
fileutils.go | ||
fileutils_darwin.go | ||
fileutils_test.go | ||
fileutils_unix.go | ||
fileutils_windows.go |