From: Martin Liska Date: Tue, 17 Jan 2023 13:01:24 +0000 (+0100) Subject: Ignore test_patches.txt in update-copyright.py. X-Git-Tag: basepoints/gcc-14~1981 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6d1a76d7eec27be54c4d0f5926da0e7fbf7837;p=thirdparty%2Fgcc.git Ignore test_patches.txt in update-copyright.py. contrib/ChangeLog: * update-copyright.py: Ignore test_patches.txt. --- diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index ac7a94743cf0..f3691dc11cc9 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):