Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected behaviour with SourceFilesExcludeRegex #206

Open
Unarelith opened this issue Jul 20, 2022 · 0 comments
Open

Unexpected behaviour with SourceFilesExcludeRegex #206

Unarelith opened this issue Jul 20, 2022 · 0 comments

Comments

@Unarelith
Copy link

Hello,

I've noticed a weird behaviour when using SourceFilesExcludeRegex.

I was expecting it to match on the path, starting from current project path, but it actually matches on the full path.

For example, if I have the following path: C:/Users/Unarelith_ex/Perforce/MyProject/ex, when I do SourceFilesExcludeRegex.Add("ex") to exclude my "ex" folder, it will exclude all the files from my project since "ex" is also in my username.

Is it that way on purpose or is it a bug?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@Unarelith and others