coccinelle: update the list of excluded directories

- src/boot/efi/ was moved to src/boot/ in 97318131fd
  - src/basic/include/linux/ was moved to src/include/uapi/linux/ in
    1a60b97524
This commit is contained in:
Frantisek Sumsal
2026-03-04 19:37:18 +01:00
parent 86867d1240
commit f8d0ab46cf

View File

@@ -4,8 +4,8 @@ set -e
# Exclude following paths from the Coccinelle transformations
EXCLUDED_PATHS=(
"src/boot/efi/*"
"src/basic/include/linux/*"
"src/boot/*"
"src/include/uapi/*"
# Symlinked to test-bus-vtable-cc.cc, which causes issues with the IN_SET macro
"src/libsystemd/sd-bus/test-bus-vtable.c"
"src/libsystemd/sd-journal/lookup3.c"