diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2024-01-25 16:33:59 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-01-30 21:20:20 +0300 |
commit | bbad42455b808cee25488b050fc0be36117c9698 (patch) | |
tree | af9d1d19f117d650f36ba4f771cf4bb7f3449e0f /scripts | |
parent | 63b4c714abee2046b60b9455079127eab7b18920 (diff) |
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-x | scripts/clean-includes | 2 |
1 files changed, 1 insertions, 1 deletions
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 |