From: Paul Floyd Date: Mon, 14 Apr 2025 19:06:45 +0000 (+0200) Subject: Add 'scripts' directory to dirs_to_ignore in check_headers_and_includes X-Git-Tag: VALGRIND_3_25_0~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f72d263cae92398685b108d9be7227aaf29b9999;p=thirdparty%2Fvalgrind.git Add 'scripts' directory to dirs_to_ignore in check_headers_and_includes --- diff --git a/tests/check_headers_and_includes b/tests/check_headers_and_includes index 6e2238e9d..515d11b47 100755 --- a/tests/check_headers_and_includes +++ b/tests/check_headers_and_includes @@ -62,6 +62,7 @@ my %dirs_to_ignore = ( "Inst" => 1, # the nightly scripts creates this "VEX" => 1, "docs" => 1, + "scripts" => 1, "auxprogs" => 1, "autom4te.cache" => 1, "m4" => 1,