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 add fileutils_darwin.go in pkg/fileutils to support darwin platform 2016-07-01 13:02:26 +08:00
fileutils_solaris.go Get the Docker Engine to build clean on Solaris 2016-05-23 16:37:12 -07:00
fileutils_test.go Fix use of **/ in .dockerignore 2016-12-02 03:58:54 -08:00
fileutils_unix.go Windows: Fix warning on info 2015-09-18 13:39:12 -07:00
fileutils_windows.go Windows: Fix warning on info 2015-09-18 13:39:12 -07:00