-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This is done by simply changing from filepath.Match to doublestar.PathMatch. A few minor tests are included. The only syntax change is that ** now matches any number of directories, so "**/*.lock" will match a file with a "lock" extension anywhere in the path. Since "**" had no special meaning before, this change should not cause any surprising changes. Change-Id: Ifbbc8227fa235372521cfbe517ce338920091eef
- Loading branch information
Ryan Hitchman
committed
Jun 9, 2021
1 parent
43b32ad
commit 8d919ba
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters