protected boolean ignoreFile(final VFSDeploymentUnit unit, final VirtualFile file)
{
NameIgnoreMechanism mechanism = getNameIgnoreMechanism();
if (mechanism != null)
{
LazyPath path = new LazyPath()
{
public String buildPath()
{
VirtualFile root = unit.getRoot();
return file.getPathNameRelativeTo(root);