diff options
| author | Sam James <sam@gentoo.org> | 2025-07-23 17:38:13 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2025-07-23 17:40:11 +0100 |
| commit | 3f78fd83b75d603a778e3373bcb8a3a1aab34aca (patch) | |
| tree | 80d1b16d341920e8e1f33876ffb8bd692c3b364f | |
| parent | 53b64337ef325c4e47ae96ea8dea86031a3a0602 (diff) | |
contrib: add 'zlib' to ignored_prefixes
This fixes the same problem for syncing zlib that H.J. hit for libffi
in r12-4561-g25ab851dd333d7.
contrib/ChangeLog:
PR other/105404
* gcc-changelog/git_commit.py (ignored_prefixes): Add zlib/.
| -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 5645f80ebb9..80a32769ac1 100755 --- a/contrib/gcc-changelog/git_commit.py +++ b/contrib/gcc-changelog/git_commit.py @@ -152,6 +152,7 @@ ignored_prefixes = { 'libphobos/libdruntime/', 'libphobos/src/', 'libsanitizer/', + 'zlib/', } wildcard_prefixes = { |
