Skip to content
Snippets Groups Projects
Commit a7c1a3f6 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

tools/changed_files: adapt for common board dirs

parent 234c3075
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/msba2-common/tools/src)'} : ${EXCLUDE:='^(.+/include/vendor/|dist/tools/coccinelle/include|boards/common/msba2/tools/src)'}
: ${DIFFFILTER:='ACMR'} : ${DIFFFILTER:='ACMR'}
DIFFFILTER="--diff-filter=${DIFFFILTER}" DIFFFILTER="--diff-filter=${DIFFFILTER}"
......
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