mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
ci/changed_files: exclude lpc2k_pgm tool
This commit is contained in:
parent
e04085622b
commit
b979fb3262
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:='^(.+/vendor/|dist/tools/coccinelle/include|dist/tools/fixdep/fixdep.c|boards/common/msba2/tools/src)'}
|
||||
: ${EXCLUDE:='^(.+/vendor/|dist/tools/coccinelle/include|dist/tools/fixdep/fixdep.c|dist/tools/lpc2k_pgm/src)'}
|
||||
: ${DIFFFILTER:='ACMR'}
|
||||
|
||||
DIFFFILTER="--diff-filter=${DIFFFILTER}"
|
||||
|
Loading…
Reference in New Issue
Block a user