summaryrefslogtreecommitdiff
path: root/docker/utils/fnmatch.py
Commit message (Collapse)AuthorAgeFilesLines
* Commit d798afca made changes for the handling of '**' patterns inVeli-Matti Lintu2017-08-211-1/+1
| | | | | | | | .dockerignore. This causes an IndexError with patterns ending with '**', e.g. 'subdir/**'. This adds a missing boundary check before checking for trailing '/'. Signed-off-by: Veli-Matti Lintu <veli-matti.lintu@nosto.com>
* Generating regexp from .dockerignore file in a similar way as docker-ce.Jakub Goszczurny2017-08-011-8/+19
| | | | Signed-off-by: Jakub Goszczurny <szczurmys@o2.pl>
* Fix test issuesappveyorJoffrey F2017-03-291-6/+3
| | | | Signed-off-by: Joffrey F <joffrey@docker.com>
* Add support for recursive wildcard pattern in .dockerignoreJoffrey F2017-02-141-0/+106
Signed-off-by: Joffrey F <joffrey@docker.com>