GENie icon indicating copy to clipboard operation
GENie copied to clipboard

excludes / removefiles are not using pattern matching

Open jeduden opened this issue 8 years ago • 0 comments

they work only if the path was mentioned explicitly. the code pieces using excludes are using table.icontains . which AFAIC doesn't implement pattern matching.

icontains: https://github.com/bkaradzic/GENie/blob/3ff99b41cca01036a4654f7a3fd37e9c85bdc3d8/src/base/table.lua#L21

xcode: https://github.com/bkaradzic/GENie/blob/99621dc61e26cff51cf19a3400da47cbc83f2893/src/actions/xcode/xcode_common.lua#L705

jeduden avatar May 15 '16 13:05 jeduden