contrib: Yet another update-copyright.py tweak [PR108413]
authorJakub Jelinek <jakub@redhat.com>
Mon, 16 Jan 2023 10:38:33 +0000 (11:38 +0100)
committerJakub Jelinek <jakub@redhat.com>
Mon, 16 Jan 2023 10:38:33 +0000 (11:38 +0100)
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.

contrib/update-copyright.py

index 529032c..1e24225 100755 (executable)
@@ -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 ([