From 5fe28857febfdbce0e0d4a2b26260629bb6bf3f3 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Tue, 2 Jun 2020 12:56:46 +0200 Subject: [PATCH] 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/. --- contrib/gcc-changelog/git_commit.py | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index b8c7f71..e2ef6c6 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -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/', -- 2.7.4