]> git.proxmox.com Git - mirror_qemu.git/commitdiff
scripts/clean-includes: Update exclude list
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 25 Jan 2024 16:33:59 +0000 (16:33 +0000)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 30 Jan 2024 18:20:20 +0000 (21:20 +0300)
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

index 58e1607a82eac570452ec5b91d45139c62ac543c..bdbf4040240eb1fbfa8a22da36776bf5072177e8 100755 (executable)
@@ -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