Fix up go related ignored locations.

2020-05-22  Jakub Jelinek  <jakub@redhat.com>

	* gcc-changelog/git_commit.py: Add trailing / to
	gcc/testsuite/go.test/test and replace gcc/go/frontend/
	with gcc/go/gofrontend/ in ignored locations.
This commit is contained in:
Jakub Jelinek 2020-05-22 13:09:34 +02:00
parent 7c592aad23
commit 5daf69cfe9
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2020-05-22 Jakub Jelinek <jakub@redhat.com>
* gcc-changelog/git_commit.py: Add trailing / to
gcc/testsuite/go.test/test and replace gcc/go/frontend/
with gcc/go/gofrontend/ in ignored locations.
2020-05-22 Martin Liska <mliska@suse.cz>
* gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test

View File

@ -127,8 +127,8 @@ bug_components = set([
ignored_prefixes = [
'gcc/d/dmd/',
'gcc/go/frontend/',
'gcc/testsuite/go.test/test',
'gcc/go/gofrontend/',
'gcc/testsuite/go.test/test/',
'libgo/',
'libphobos/libdruntime',
'libphobos/src/',