public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-5226] Ignore test_patches.txt in update-copyright.py.
@ 2023-01-17 13:02 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2023-01-17 13:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:be6d1a76d7eec27be54c4d0f5926da0e7fbf7837

commit r13-5226-gbe6d1a76d7eec27be54c4d0f5926da0e7fbf7837
Author: Martin Liska <mliska@suse.cz>
Date:   Tue Jan 17 14:01:24 2023 +0100

    Ignore test_patches.txt in update-copyright.py.
    
    contrib/ChangeLog:
    
            * update-copyright.py: Ignore test_patches.txt.

Diff:
---
 contrib/update-copyright.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py
index ac7a94743cf..f3691dc11cc 100755
--- a/contrib/update-copyright.py
+++ b/contrib/update-copyright.py
@@ -693,6 +693,7 @@ class ContribFilter(GenericFilter):
                 'Info.plist',
                 # Contains CR (^M).
                 'repro_fail',
+                'test_patches.txt',
                 ])
 
 class GCCCopyright (Copyright):

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

only message in thread, other threads:[~2023-01-17 13:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-17 13:02 [gcc r13-5226] Ignore test_patches.txt in update-copyright.py Martin Liska

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).