mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
dist: tools: changed_files.sh: add msba2 tools to exclude list
This commit is contained in:
parent
0fcc7d3834
commit
60fb6d2d50
2
dist/tools/ci/changed_files.sh
vendored
2
dist/tools/ci/changed_files.sh
vendored
@ -8,7 +8,7 @@
|
||||
|
||||
changed_files() {
|
||||
: ${FILEREGEX:='\.([CcHh]|[ch]pp)$'}
|
||||
: ${EXCLUDE:='^(.+/include/vendor/|dist/tools/coccinelle/include)'}
|
||||
: ${EXCLUDE:='^(.+/include/vendor/|dist/tools/coccinelle/include|boards/msba2-common/tools/src)'}
|
||||
: ${DIFFFILTER:='ACMR'}
|
||||
|
||||
DIFFFILTER="--diff-filter=${DIFFFILTER}"
|
||||
|
Loading…
Reference in New Issue
Block a user