2020-03-31 03:10:00 +08:00
|
|
|
# Add one pattern per line.
|
|
|
|
#
|
|
|
|
# The patterns listed in this file will be compared with the list of files
|
|
|
|
# changed in a patch series (Pull Request) and if all files in the pull request
|
2020-12-08 01:19:58 +08:00
|
|
|
# are matched, then twister will not do a full run and optionally will only
|
2020-03-31 03:10:00 +08:00
|
|
|
# run on changed tests or boards.
|
|
|
|
#
|
2021-01-29 21:54:41 +08:00
|
|
|
.buildkite/daily.yml
|
2020-06-27 00:54:26 +08:00
|
|
|
.gitlint
|
|
|
|
.checkpatch.conf
|
2020-03-31 03:10:00 +08:00
|
|
|
.clang-format
|
|
|
|
.codecov.yml
|
|
|
|
.editorconfig
|
|
|
|
.gitattributes
|
|
|
|
.gitignore
|
|
|
|
.mailmap
|
|
|
|
.uncrustify.cfg
|
|
|
|
CODEOWNERS
|
2020-08-13 21:30:45 +08:00
|
|
|
MAINTAINERS.yml
|
2020-03-31 03:10:00 +08:00
|
|
|
LICENSE
|
|
|
|
Makefile
|
|
|
|
tests/*
|
|
|
|
samples/*
|
2020-09-02 23:02:40 +08:00
|
|
|
boards/*/*/*
|
2021-02-20 05:32:17 +08:00
|
|
|
arch/xtensa/*
|
|
|
|
arch/x86/*
|
|
|
|
arch/posix/*
|
|
|
|
arch/arc/*
|
|
|
|
arch/sparc/*
|
|
|
|
arch/arm/*
|
|
|
|
arch/nios2/*
|
|
|
|
arch/riscv/*
|
|
|
|
include/arch/xtensa/*
|
|
|
|
include/arch/x86/*
|
|
|
|
include/arch/posix/*
|
|
|
|
include/arch/arc/*
|
|
|
|
include/arch/sparc/*
|
|
|
|
include/arch/arm/*
|
|
|
|
include/arch/nios2/*
|
|
|
|
include/arch/riscv/*
|
2020-04-10 20:11:20 +08:00
|
|
|
doc/*
|
2020-06-27 12:02:36 +08:00
|
|
|
# GH action have no impact on code
|
|
|
|
.github/*
|
2020-03-31 03:10:00 +08:00
|
|
|
*.rst
|
|
|
|
*.md
|
|
|
|
# if we change this file or associated script, it should not trigger a full
|
2020-12-08 01:19:58 +08:00
|
|
|
# twister.
|
|
|
|
scripts/ci/twister_ignore.txt
|
2020-03-31 03:10:00 +08:00
|
|
|
scripts/ci/what_changed.py
|
2020-10-27 22:01:00 +08:00
|
|
|
scripts/ci/version_mgr.py
|
2020-05-06 20:27:33 +08:00
|
|
|
scripts/requirements*
|
2021-02-24 00:36:22 +08:00
|
|
|
scripts/checkpatch/*
|
|
|
|
scripts/checkpatch.pl
|
2021-04-10 00:32:51 +08:00
|
|
|
scripts/ci/pylintrc
|
2021-10-28 05:46:07 +08:00
|
|
|
scripts/footprint/*
|