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:
Iain Buclaw 2020-06-02 12:56:46 +02:00
parent 7edc15f292
commit 5fe28857fe

View file

@ -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/',