diff mbox series

contrib: Add gdc.test to list of ignored prefixes

Message ID 20200602084648.28400-1-ibuclaw@gdcproject.org
State New
Headers show
Series contrib: Add gdc.test to list of ignored prefixes | expand

Commit Message

Iain Buclaw June 2, 2020, 8:46 a.m. UTC
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(+)

Comments

Martin Liška June 2, 2020, 9:08 a.m. UTC | #1
> OK?

Yes.
diff mbox series

Patch

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