Skip to content

BUG: Remote hidden file regex was incorrect

Bill Lorensen requested to merge lorensen/vtk:RemoteHiddenFileBug into master

First, the remote module glob produces full file names.

Second, the regex was excluing all remote modules.

I tested the new regexp with a hidden file and it works.

Merge request reports