diff mbox series

[PULL,06/21] scripts/clean-includes: Update exclude list

Message ID 20240131115549.2263854-7-mjt@tls.msk.ru
State Accepted
Commit bbad42455b808cee25488b050fc0be36117c9698
Headers show
Series None | expand

Commit Message

Michael Tokarev Jan. 31, 2024, 11:55 a.m. UTC
From: Peter Maydell <peter.maydell@linaro.org>

Update the exclude list to exclude some more files which don't follow our
standard #include policy.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
---
 scripts/clean-includes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/scripts/clean-includes b/scripts/clean-includes
index 58e1607a82..bdbf404024 100755
--- a/scripts/clean-includes
+++ b/scripts/clean-includes
@@ -51,7 +51,7 @@  GIT=no
 DUPHEAD=no
 
 # Extended regular expression defining files to ignore when using --all
-XDIRREGEX='^(tests/tcg|tests/multiboot|pc-bios)'
+XDIRREGEX='^(tests/tcg|tests/multiboot|tests/fp|tests/plugin|tests/uefi-test-tools|pc-bios|subprojects|contrib/plugins|tools/ebpf|ebpf/rss.bpf.skeleton.h|linux-user/(mips64|x86_64)/(cpu_loop|signal).c)'
 
 while true
 do