2020-03-30 15:10:00 -04: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-07 12:19:58 -05:00
|
|
|
# are matched, then twister will not do a full run and optionally will only
|
2020-03-30 15:10:00 -04:00
|
|
|
# run on changed tests or boards.
|
|
|
|
#
|
2021-01-29 07:54:41 -06:00
|
|
|
.buildkite/daily.yml
|
2020-06-26 12:54:26 -04:00
|
|
|
.gitlint
|
|
|
|
.checkpatch.conf
|
2020-03-30 15:10:00 -04:00
|
|
|
.clang-format
|
|
|
|
.codecov.yml
|
|
|
|
.editorconfig
|
|
|
|
.gitattributes
|
|
|
|
.gitignore
|
|
|
|
.mailmap
|
|
|
|
.uncrustify.cfg
|
|
|
|
CODEOWNERS
|
2020-08-13 09:30:45 -04:00
|
|
|
MAINTAINERS.yml
|
2020-03-30 15:10:00 -04:00
|
|
|
LICENSE
|
|
|
|
Makefile
|
|
|
|
tests/*
|
|
|
|
samples/*
|
2020-09-02 11:02:40 -04:00
|
|
|
boards/*/*/*
|
2021-02-19 16:32:17 -05: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 08:11:20 -04:00
|
|
|
doc/*
|
2020-06-27 00:02:36 -04:00
|
|
|
# GH action have no impact on code
|
|
|
|
.github/*
|
2020-03-30 15:10:00 -04:00
|
|
|
*.rst
|
|
|
|
*.md
|
|
|
|
# if we change this file or associated script, it should not trigger a full
|
2020-12-07 12:19:58 -05:00
|
|
|
# twister.
|
|
|
|
scripts/ci/twister_ignore.txt
|
2020-03-30 15:10:00 -04:00
|
|
|
scripts/ci/what_changed.py
|
2020-10-27 10:01:00 -04:00
|
|
|
scripts/ci/version_mgr.py
|
2020-05-06 08:27:33 -04:00
|
|
|
scripts/requirements*
|
2021-02-23 11:36:22 -05:00
|
|
|
scripts/checkpatch/*
|
|
|
|
scripts/checkpatch.pl
|