mirror of
https://github.com/moby/moby.git
synced 2026-07-23 16:01:26 +00:00
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>