]> git.proxmox.com Git - mirror_linux-firmware.git/blobdiff - check_whence.py
check_whence: Add copy-firmware.sh to the list of ignored files
[mirror_linux-firmware.git] / check_whence.py
index 662c60975ae899b24d963c4de28f3d67d71d7a0b..523692c5c6ed9f0a112aaa5ca8fa6ee75e37a0a6 100755 (executable)
@@ -36,7 +36,7 @@ def main():
     whence_list = list(list_whence())
     known_files = set(name for name in whence_list if not name.endswith('/')) | \
                   set(['check_whence.py', 'configure', 'Makefile',
-                       'README', 'WHENCE'])
+                       'README', 'copy-firmware.sh', 'WHENCE'])
     known_prefixes = set(name for name in whence_list if name.endswith('/'))
     git_files = set(list_git())