From be6d1a76d7eec27be54c4d0f5926da0e7fbf7837 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Tue, 17 Jan 2023 14:01:24 +0100 Subject: Ignore test_patches.txt in update-copyright.py. contrib/ChangeLog: * update-copyright.py: Ignore test_patches.txt. --- contrib/update-copyright.py | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib') diff --git a/contrib/update-copyright.py b/contrib/update-copyright.py index ac7a947..f3691dc 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): -- cgit v1.1