summaryrefslogtreecommitdiff
path: root/contrib/gcc-changelog
diff options
context:
space:
mode:
authorIain Buclaw <ibuclaw@gdcproject.org>2020-06-02 12:56:46 +0200
committerIain Buclaw <ibuclaw@gdcproject.org>2020-06-02 12:56:46 +0200
commit5fe28857febfdbce0e0d4a2b26260629bb6bf3f3 (patch)
treea0b75ee109d8e18e980b5b19a2e157b3057cb72b /contrib/gcc-changelog
parent7edc15f29233bca0bc12530b1a3083325c49e0f6 (diff)
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/.
Diffstat (limited to 'contrib/gcc-changelog')
-rwxr-xr-xcontrib/gcc-changelog/git_commit.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py
index b8c7f718c50..e2ef6c61ed0 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/',