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

Hi!

Ignore __builtins.di like object.d is already ignored.

Committed as obvious.
The modula 2 issue remains...

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
+++ 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 ([


	Jakub


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

only message in thread, other threads:[~2023-01-16 10:41 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:41 [committed] 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).