check_root: ignore scripts in documentation

This commit is contained in:
David Michael 2017-01-17 13:47:04 -08:00
parent 6a0a5f954f
commit eef53ab5b6

View File

@ -80,6 +80,8 @@ IGNORE_SHEBANG = (
b"*/usr/lib64/modules/*/source/scripts/*", b"*/usr/lib64/modules/*/source/scripts/*",
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent", b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
b"*/tmp/*", b"*/tmp/*",
b"*/Documentation/*",
b"*/doc/*",
) )
def provided_sonames(): def provided_sonames():