[(pushed)] Ignore test_patches.txt in update-copyright.py.
Commit Message
contrib/ChangeLog:
* update-copyright.py: Ignore test_patches.txt.
---
contrib/update-copyright.py | 1 +
1 file changed, 1 insertion(+)
Comments
On Tue, Jan 17, 2023 at 02:02:42PM +0100, Martin Liška wrote:
> contrib/ChangeLog:
>
> * update-copyright.py: Ignore test_patches.txt.
LGTM.
> 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):
> --
> 2.39.0
Jakub
@@ -693,6 +693,7 @@ class ContribFilter(GenericFilter):
'Info.plist',
# Contains CR (^M).
'repro_fail',
+ 'test_patches.txt',
])
class GCCCopyright (Copyright):