aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2023-01-17 14:01:24 +0100
committerMartin Liska <mliska@suse.cz>2023-01-17 14:01:24 +0100
commitbe6d1a76d7eec27be54c4d0f5926da0e7fbf7837 (patch)
tree09381623121e1e2af76e189c41edd567de1b5bc9 /contrib
parent6da37b4227c0a2d41ac5425a677603f292dd28a6 (diff)
downloadgcc-be6d1a76d7eec27be54c4d0f5926da0e7fbf7837.zip
gcc-be6d1a76d7eec27be54c4d0f5926da0e7fbf7837.tar.gz
gcc-be6d1a76d7eec27be54c4d0f5926da0e7fbf7837.tar.bz2
Ignore test_patches.txt in update-copyright.py.
contrib/ChangeLog: * update-copyright.py: Ignore test_patches.txt.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/update-copyright.py1
1 files changed, 1 insertions, 0 deletions
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):