Ignore test_patches.txt in update-copyright.py.

contrib/ChangeLog:

	* update-copyright.py: Ignore test_patches.txt.
This commit is contained in:
Martin Liska 2023-01-17 14:01:24 +01:00
parent 6da37b4227
commit be6d1a76d7

View File

@ -693,6 +693,7 @@ class ContribFilter(GenericFilter):
'Info.plist',
# Contains CR (^M).
'repro_fail',
'test_patches.txt',
])
class GCCCopyright (Copyright):