Owen Avery <[email protected]> writes: > Since libgrust/rustc-lib/stdarch is a library copied from rustc, we > should include the directory in ignored_prefixes.
Pushed as obvious, thanks. An admin will need to update the copy on the server though (IIRC jakub or mjw did it for me last). > > contrib/ChangeLog: > > * gcc-changelog/git_commit.py (ignored_prefixes): Add > 'libgrust/rustc-lib/stdarch/'. > > Signed-off-by: Owen Avery <[email protected]> > --- > contrib/gcc-changelog/git_commit.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/contrib/gcc-changelog/git_commit.py > b/contrib/gcc-changelog/git_commit.py > index 041769fac18..1bb24f46275 100755 > --- a/contrib/gcc-changelog/git_commit.py > +++ b/contrib/gcc-changelog/git_commit.py > @@ -151,6 +151,7 @@ ignored_prefixes = { > 'libffi/', > 'libgo/', > 'libgrust/rustc-lib/core/', > + 'libgrust/rustc-lib/stdarch/', > 'libphobos/libdruntime/', > 'libphobos/src/', > 'libsanitizer/',
