gcc-changelog: Add libstdc++-v3/testsuite to wildcard prefixes
This allows using "testsuite/*" in libstdc++-v3/ChangeLog entries, which was one of the original motivations for adding wildcard support in the first place: https://gcc.gnu.org/pipermail/gcc/2020-June/232719.html contrib/ChangeLog: * gcc-changelog/git_commit.py (wildcard_prefixes): Add libstdc++ testsuite directory.
This commit is contained in:
parent
4380d5ae72
commit
08cd56a6b3
@ -138,7 +138,8 @@ ignored_prefixes = {
|
||||
|
||||
wildcard_prefixes = {
|
||||
'gcc/testsuite/',
|
||||
'libstdc++-v3/doc/html/'
|
||||
'libstdc++-v3/doc/html/',
|
||||
'libstdc++-v3/testsuite/'
|
||||
}
|
||||
|
||||
misc_files = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user