diff options
author | Martin Liska <mliska@suse.cz> | 2020-05-22 08:03:03 +0200 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2020-05-22 08:03:03 +0200 |
commit | dc7aee01cd59aeebe3b0a944d97a8f0d05d9d645 (patch) | |
tree | 2a3d06485f6ba7d87e107221a24e37c13c41aa96 /contrib/gcc-changelog/git_commit.py | |
parent | af288c7501de8be6e59459d35562a501917856c1 (diff) | |
download | gcc-dc7aee01cd59aeebe3b0a944d97a8f0d05d9d645.zip gcc-dc7aee01cd59aeebe3b0a944d97a8f0d05d9d645.tar.gz gcc-dc7aee01cd59aeebe3b0a944d97a8f0d05d9d645.tar.bz2 |
Add gcc/testsuite/go.test/test to ignored locations for gcc_commit.py.
contrib/ChangeLog:
2020-05-22 Martin Liska <mliska@suse.cz>
* gcc-changelog/git_commit.py: Add gcc/testsuite/go.test/test
to ignored locations.
Diffstat (limited to 'contrib/gcc-changelog/git_commit.py')
-rwxr-xr-x | contrib/gcc-changelog/git_commit.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index e22d3a2..ba9f5ce 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/frontend/', + 'gcc/testsuite/go.test/test', 'libgo/', 'libphobos/libdruntime', 'libphobos/src/', |