Skip to content
Snippets Groups Projects
Commit a6ba0d85 authored by kenrabold's avatar kenrabold
Browse files

make: Ignore checking all vendor files

Ignore all files in any vendor directory, not just /include/vendor
parent fce5c758
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
changed_files() { changed_files() {
: ${FILEREGEX:='\.([CcHh]|[ch]pp)$'} : ${FILEREGEX:='\.([CcHh]|[ch]pp)$'}
: ${EXCLUDE:='^(.+/include/vendor/|dist/tools/coccinelle/include|boards/common/msba2/tools/src)'} : ${EXCLUDE:='^(.+/vendor/|dist/tools/coccinelle/include|boards/common/msba2/tools/src)'}
: ${DIFFFILTER:='ACMR'} : ${DIFFFILTER:='ACMR'}
DIFFFILTER="--diff-filter=${DIFFFILTER}" DIFFFILTER="--diff-filter=${DIFFFILTER}"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
# General Public License v2.1. See the file LICENSE in the top level # General Public License v2.1. See the file LICENSE in the top level
# directory for more details. # directory for more details.
NOVENDOR=":!*/include/vendor/*" NOVENDOR=":!*/vendor/*"
# If no branch but an option is given, unset BRANCH. # If no branch but an option is given, unset BRANCH.
# Otherwise, consume this parameter. # Otherwise, consume this parameter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment