public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5192] contrib: Yet another update-copyright.py tweak [PR108413]
@ 2023-01-16 10:39 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2023-01-16 10:39 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3e087d9ab8247fa866945f156cfe3aa6dc7039ff

commit r13-5192-g3e087d9ab8247fa866945f156cfe3aa6dc7039ff
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon Jan 16 11:38:33 2023 +0100

    contrib: Yet another update-copyright.py tweak [PR108413]
    
    Ignore __builtins.di like object.d is already ignored.
    
    2023-01-16  Jakub Jelinek  <jakub@redhat.com>
    
            PR other/108413
            * update-copyright.py (LibPhobosFilter): Add __builtins.di to
            skipped files.

Diff:
---
 contrib/update-copyright.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index 529032c677b..1e24225d381 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 ([

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-01-16 10:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-16 10:39 [gcc r13-5192] contrib: Yet another update-copyright.py tweak [PR108413] Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).