From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id D39CC3858022; Tue, 17 Jan 2023 13:02:54 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D39CC3858022 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1673960574; bh=OoMNG0LxpIVrAnqmd0K1/H29qV8T4hhKW/mW6u6+WgY=; h=From:To:Subject:Date:From; b=ELAqs0Hnm6lqsAnz3Ai3+h70PScWMsEol+Uee7S6F0jWoX7Zek4Kx/0i0TH2o5ZDM fckt37F4qSyAZr6DBMUfvFolQXAjXL2AsORkqp8sJ/AlQsWf9rOWPez7J6PwmVQave q3KvNib4Peko5Fy8GX4d2Uri/b9uWIf7jSiF/rEM= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-5226] Ignore test_patches.txt in update-copyright.py. X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: 6da37b4227c0a2d41ac5425a677603f292dd28a6 X-Git-Newrev: be6d1a76d7eec27be54c4d0f5926da0e7fbf7837 Message-Id: <20230117130254.D39CC3858022@sourceware.org> Date: Tue, 17 Jan 2023 13:02:54 +0000 (GMT) List-Id: https://gcc.gnu.org/g:be6d1a76d7eec27be54c4d0f5926da0e7fbf7837 commit r13-5226-gbe6d1a76d7eec27be54c4d0f5926da0e7fbf7837 Author: Martin Liska 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):