mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-24 19:30:07 +01:00
code-format: exclude "src/linux-headers" from "nm-code-format.sh" script
(cherry picked from commit 023c8ad88b)
This commit is contained in:
parent
2824f99673
commit
ae97ab7d29
1 changed files with 2 additions and 3 deletions
|
|
@ -8,15 +8,14 @@ die() {
|
|||
}
|
||||
|
||||
EXCLUDE=(
|
||||
":(exclude)src/c-list"
|
||||
":(exclude)src/c-list"
|
||||
":(exclude)src/c-list"
|
||||
":(exclude)src/c-rbtree"
|
||||
":(exclude)src/c-siphash"
|
||||
":(exclude)src/c-stdaux"
|
||||
":(exclude)src/libnm-std-aux/unaligned.h"
|
||||
":(exclude)src/libnm-systemd-shared/src"
|
||||
":(exclude)src/libnm-systemd-core/src"
|
||||
":(exclude)src/libnm-systemd-shared/src"
|
||||
":(exclude)src/linux-headers"
|
||||
":(exclude)src/n-acd"
|
||||
":(exclude)src/n-dhcp4"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue