[PATCH] contrib: Add gdc.test to list of ignored prefixes

Iain Buclaw ibuclaw@gdcproject.org
Tue Jun 2 08:46:48 GMT 2020


The files in this subdirectory are part of the D2 test suite maintained
in the upstream DMD code repository.

OK?


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 7fbc029408d..e31b6b5e963 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.20.1



More information about the Gcc-patches mailing list