contrib: Add gdc.test to list of ignored prefixes
The files in this subdirectory are part of the D2 test suite maintained in the upstream DMD code repository. contrib/ChangeLog: * gcc-changelog/git_commit.py (ignored_prefixes): Add gcc/testsuite/gdc.test/.
This commit is contained in:
parent
7edc15f292
commit
5fe28857fe
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ bug_components = set([
|
|||
ignored_prefixes = [
|
||||
'gcc/d/dmd/',
|
||||
'gcc/go/gofrontend/',
|
||||
'gcc/testsuite/gdc.test/',
|
||||
'gcc/testsuite/go.test/test/',
|
||||
'libgo/',
|
||||
'libphobos/libdruntime/',
|
||||
|
|
Loading…
Add table
Reference in a new issue