mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 22:50:29 +00:00
coccinelle: update the list of excluded directories
- src/boot/efi/ was moved to src/boot/ in97318131fd- src/basic/include/linux/ was moved to src/include/uapi/linux/ in1a60b97524
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user