[(pushed)] Ignore test_patches.txt in update-copyright.py.

Message ID 553d135a-9ad1-d7c5-4d14-98f7e7e34a58@suse.cz
State Accepted
Headers
Series [(pushed)] Ignore test_patches.txt in update-copyright.py. |

Checks

Context Check Description
snail/gcc-patch-check success Github commit url

Commit Message

Martin Liška Jan. 17, 2023, 1:02 p.m. UTC
  contrib/ChangeLog:

	* update-copyright.py: Ignore test_patches.txt.
---
 contrib/update-copyright.py | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Jakub Jelinek Jan. 17, 2023, 1:06 p.m. UTC | #1
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
  

Patch

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):