-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gitignore_parser.py: Multiple Updates (#437)
This squash commit merges in changes from mherrmann/gitignore_parser for the following commits: 7956d03: remove unused variable whitespace_re ffbfd79: remove regex flags m, s d45a085: Fix pattern with slash in range 1040aa5: Fix pattern with leading exclamation marks cdf80b7: Fix lack of implicit anchoring of patterns to direcotry separators cdf80b7: Fix multi-astericks that fall outside of the special cases 6abc776: Fix "a/**/b" matching "a/bb" 721f804: do not resolve symlinks This is specifically necessary for **721f804: do not resolve symlinks** which was causing the GuidCheck plugin to fail for Edk2 as it has a symbolic link: https://github.com/tianocore/edk2/blob/master/EmulatorPkg/Unix/Host/X11IncludeHack
- Loading branch information
Showing
2 changed files
with
207 additions
and
62 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
Oops, something went wrong.