I have a folder, which contains files I want to ignore (in the above example a binary called static/server). However, the regex passed into the -ignore flag only checks whether the foldername static matches the regex. Is this intended? I was hoping all the files in the folder static would be matched against the regex
I am invoking esc like:
I have a folder, which contains files I want to ignore (in the above example a binary called
static/server
). However, the regex passed into the-ignore
flag only checks whether the foldernamestatic
matches the regex. Is this intended? I was hoping all the files in the folderstatic
would be matched against the regex