Skip to content

Glob matching in files:exclude #236018

Open
Open
@htanwar922

Description

In files:exclude glob search, i am trying to get "include/[!(boost)]*/**" : true to work., but the () are not useful it seems, and the glob is matching any directory that starts with either of b, o or s or t. Although I am getting my result with "include/[!b]*/**": true for my use-case, it would be benefitial to have the parenthesised part to be considered as one group to match.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

info-neededIssue requires more information from poster

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions