mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
195558de5a
There were a couple characters being explicitly escaped, but it wasn't comprehensive. This is now the set difference between the Golang regex meta characters and the `filepath` match meta characters with the exception of `\`, which already has special logic due to being the path separator on Windows. Signed-off-by: Milas Bowman <milasb@gmail.com> |
||
---|---|---|
.. | ||
fileutils.go | ||
fileutils_darwin.go | ||
fileutils_test.go | ||
fileutils_unix.go | ||
fileutils_windows.go |