Browse Source
While checking if we should consider an ignore rule without '[]' brackets as a regular expression, check if the backslash escapes one of the glob special characters '?', '*', '[', '\\'. If not, backslash is not a part of a regex and should be treated literally. Bug: 463581 Change-Id: I85208c7f85246fbf6c5029ce3c8b7bb8f4dbd947 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>stable-4.1
Andrey Loskutov
9 years ago
committed by
Matthias Sohn
2 changed files with 30 additions and 2 deletions
Loading…
Reference in new issue