]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Ignore test_patches.txt in update-copyright.py.
authorMartin Liska <mliska@suse.cz>
Tue, 17 Jan 2023 13:01:24 +0000 (14:01 +0100)
committerMartin Liska <mliska@suse.cz>
Tue, 17 Jan 2023 13:01:24 +0000 (14:01 +0100)
contrib/ChangeLog:

* update-copyright.py: Ignore test_patches.txt.

contrib/update-copyright.py

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