moby--moby/pkg/fileutils
Doug Davis 376bb84c5c Fix use of **/ in .dockerignore
.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>
2016-12-02 03:58:54 -08:00
..
fileutils.go Fix use of **/ in .dockerignore 2016-12-02 03:58:54 -08:00
fileutils_darwin.go
fileutils_solaris.go
fileutils_test.go Fix use of **/ in .dockerignore 2016-12-02 03:58:54 -08:00
fileutils_unix.go
fileutils_windows.go