aboutsummaryrefslogtreecommitdiff
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
parent7edc15f29233bca0bc12530b1a3083325c49e0f6 (diff)
downloadgcc-5fe28857febfdbce0e0d4a2b26260629bb6bf3f3.zip
gcc-5fe28857febfdbce0e0d4a2b26260629bb6bf3f3.tar.gz
gcc-5fe28857febfdbce0e0d4a2b26260629bb6bf3f3.tar.bz2
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/.
-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 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/',