]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gccrs: Add libcore to the list of ignored prefixes
authorOwen Avery <powerboat9.gamer@gmail.com>
Mon, 11 Aug 2025 01:20:29 +0000 (21:20 -0400)
committerArthur Cohen <arthur.cohen@embecosm.com>
Thu, 30 Oct 2025 19:59:12 +0000 (20:59 +0100)
contrib/ChangeLog:

* gcc-changelog/git_commit.py (ignored_prefixes): Add
'libgrust/rustc-lib/core/'.

Signed-off-by: Owen Avery <powerboat9.gamer@gmail.com>
contrib/gcc-changelog/git_commit.py

index e0c46be8ab2bb2383a71b7119b777f6313e0f003..041769fac1858eda08a3a20289b7d473e9ac7e20 100755 (executable)
@@ -150,6 +150,7 @@ ignored_prefixes = {
     'gcc/testsuite/go.test/test/',
     'libffi/',
     'libgo/',
+    'libgrust/rustc-lib/core/',
     'libphobos/libdruntime/',
     'libphobos/src/',
     'libsanitizer/',