[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 06/21] scripts/clean-includes: Update exclude list
From: |
Michael Tokarev |
Subject: |
[PULL 06/21] scripts/clean-includes: Update exclude list |
Date: |
Wed, 31 Jan 2024 14:55:34 +0300 |
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 --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
--
2.39.2
- [PULL 00/21] Trivial patches for 2024-01-31, Michael Tokarev, 2024/01/31
- [PULL 01/21] dump: Fix HMP dump-guest-memory -z without -R, Michael Tokarev, 2024/01/31
- [PULL 02/21] colo: examples: remove mentions of script= and (wrong) downscript=, Michael Tokarev, 2024/01/31
- [PULL 03/21] qapi/migration.json: Fix the member name for MigrationCapability, Michael Tokarev, 2024/01/31
- [PULL 04/21] qemu-docs: Update options for graphical frontends, Michael Tokarev, 2024/01/31
- [PULL 05/21] mailmap: Fix Stefan Weil email, Michael Tokarev, 2024/01/31
- [PULL 06/21] scripts/clean-includes: Update exclude list,
Michael Tokarev <=
- [PULL 08/21] disas/riscv: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 09/21] aspeed: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 10/21] acpi: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 11/21] m68k: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 07/21] hyperv: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 12/21] include: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 13/21] cxl: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 15/21] misc: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 14/21] riscv: Clean up includes, Michael Tokarev, 2024/01/31
- [PULL 16/21] backends/hostmem: Fix block comments style (checkpatch.pl warnings), Michael Tokarev, 2024/01/31