mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
.dockerignore pattern of **/.foo incorrectly matched **/bar.foo because **/.foo was getting converted into a .*\.foo regex instead of (.*/)*\.foo Closes #29014 Signed-off-by: Doug Davis <dug@us.ibm.com> |
||
|---|---|---|
| .. | ||
| fileutils.go | ||
| fileutils_darwin.go | ||
| fileutils_solaris.go | ||
| fileutils_test.go | ||
| fileutils_unix.go | ||
| fileutils_windows.go | ||