From: Jakub Jelinek Date: Mon, 16 Jan 2023 10:38:33 +0000 (+0100) Subject: contrib: Yet another update-copyright.py tweak [PR108413] X-Git-Tag: basepoints/gcc-14~2015 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e087d9ab8247fa866945f156cfe3aa6dc7039ff;p=thirdparty%2Fgcc.git contrib: Yet another update-copyright.py tweak [PR108413] Ignore __builtins.di like object.d is already ignored. 2023-01-16 Jakub Jelinek PR other/108413 * update-copyright.py (LibPhobosFilter): Add __builtins.di to skipped files. --- diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index 529032c677b7..1e24225d3812 100755 --- a/contrib/update-copyright.py +++ b/contrib/update-copyright.py @@ -638,8 +638,9 @@ class LibPhobosFilter (GenericFilter): GenericFilter.__init__ (self) self.skip_files |= set ([ - # Source module imported from upstream. + # Source modules imported from upstream. 'object.d', + '__builtins.di' ]) self.skip_dirs |= set ([