From: Owen Avery Date: Mon, 11 Aug 2025 01:20:29 +0000 (-0400) Subject: gccrs: Add libcore to the list of ignored prefixes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3022cbafb0e2930be4b7223f00cb53c5fefb239d;p=thirdparty%2Fgcc.git gccrs: Add libcore to the list of ignored prefixes contrib/ChangeLog: * gcc-changelog/git_commit.py (ignored_prefixes): Add 'libgrust/rustc-lib/core/'. Signed-off-by: Owen Avery --- diff --git a/contrib/gcc-changelog/git_commit.py b/contrib/gcc-changelog/git_commit.py index e0c46be8ab2..041769fac18 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -150,6 +150,7 @@ ignored_prefixes = { 'gcc/testsuite/go.test/test/', 'libffi/', 'libgo/', + 'libgrust/rustc-lib/core/', 'libphobos/libdruntime/', 'libphobos/src/', 'libsanitizer/',