mirror of
https://github.com/moby/moby.git
synced 2026-07-06 22:58:25 +00: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>