From f72d263cae92398685b108d9be7227aaf29b9999 Mon Sep 17 00:00:00 2001 From: Paul Floyd Date: Mon, 14 Apr 2025 21:06:45 +0200 Subject: [PATCH] Add 'scripts' directory to dirs_to_ignore in check_headers_and_includes --- tests/check_headers_and_includes | 1 + 1 file changed, 1 insertion(+) 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, -- 2.47.2