|
if os.path.basename(arcname).startswith('.'): |
|
mx.logv('Excluding dotfile: ' + origin) |
|
return None |
This is problematic notably when using a JAR distribution to package Truffle internal resources, which may contain dotfiles for various reasons, due to e.g. including files from 3rd-party packages.
cc @tzezula @chumer