]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add 'scripts' directory to dirs_to_ignore in check_headers_and_includes
authorPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 14 Apr 2025 19:06:45 +0000 (21:06 +0200)
committerPaul Floyd <pjfloyd@wanadoo.fr>
Mon, 14 Apr 2025 19:06:45 +0000 (21:06 +0200)
tests/check_headers_and_includes

index 6e2238e9d3a133543daf204baaf97f4f6031ab0f..515d11b47cba0878fc76cc4ff47dc8d4784d3c7b 100755 (executable)
@@ -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,