aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2024-01-25 16:33:59 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2024-01-30 21:20:20 +0300
commitbbad42455b808cee25488b050fc0be36117c9698 (patch)
treeaf9d1d19f117d650f36ba4f771cf4bb7f3449e0f /scripts
parent63b4c714abee2046b60b9455079127eab7b18920 (diff)
downloadqemu-bbad42455b808cee25488b050fc0be36117c9698.zip
qemu-bbad42455b808cee25488b050fc0be36117c9698.tar.gz
qemu-bbad42455b808cee25488b050fc0be36117c9698.tar.bz2
scripts/clean-includes: Update exclude list
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>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/clean-includes2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/clean-includes b/scripts/clean-includes
index 58e1607..bdbf404 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