2020-03-30 21:10:00 +02: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 18:19:58 +01:00
|
|
|
# are matched, then twister will not do a full run and optionally will only
|
2020-03-30 21:10:00 +02:00
|
|
|
# run on changed tests or boards.
|
|
|
|
#
|
2020-06-26 18:54:26 +02:00
|
|
|
.gitlint
|
|
|
|
.checkpatch.conf
|
2020-03-30 21:10:00 +02:00
|
|
|
.clang-format
|
|
|
|
.codecov.yml
|
|
|
|
.editorconfig
|
|
|
|
.gitattributes
|
|
|
|
.gitignore
|
|
|
|
.mailmap
|
2024-02-06 15:35:31 +01:00
|
|
|
.github/workflows/codecov.yaml
|
|
|
|
.github/workflows/issue_count.yml
|
|
|
|
.github/workflows/stats_merged_prs.yml
|
|
|
|
.github/workflows/assigner.yml
|
|
|
|
.github/workflows/daily_test_version.yml
|
|
|
|
.github/workflows/do_not_merge.yml
|
|
|
|
.github/workflows/stale_issue.yml
|
|
|
|
.github/workflows/stale-workflow-queue-cleanup.yml
|
|
|
|
.github/workflows/greet_first_time_contributor.yml
|
|
|
|
.github/workflows/issues-report-config.json
|
2020-03-30 21:10:00 +02:00
|
|
|
CODEOWNERS
|
2020-08-13 15:30:45 +02:00
|
|
|
MAINTAINERS.yml
|
2020-03-30 21:10:00 +02:00
|
|
|
LICENSE
|
|
|
|
Makefile
|
2020-04-10 14:11:20 +02:00
|
|
|
doc/*
|
2020-06-27 06:02:36 +02:00
|
|
|
# GH action have no impact on code
|
|
|
|
.github/*
|
2020-03-30 21:10:00 +02:00
|
|
|
*.rst
|
|
|
|
*.md
|
|
|
|
# if we change this file or associated script, it should not trigger a full
|
2020-12-07 18:19:58 +01:00
|
|
|
# twister.
|
2023-10-30 16:03:52 +01:00
|
|
|
scripts/ci/test_plan.py
|
2020-12-07 18:19:58 +01:00
|
|
|
scripts/ci/twister_ignore.txt
|
2020-03-30 21:10:00 +02:00
|
|
|
scripts/ci/what_changed.py
|
2020-10-27 15:01:00 +01:00
|
|
|
scripts/ci/version_mgr.py
|
2024-02-06 15:35:31 +01:00
|
|
|
scripts/ci/stats/*
|
2020-05-06 14:27:33 +02:00
|
|
|
scripts/requirements*
|
2021-02-23 17:36:22 +01:00
|
|
|
scripts/checkpatch/*
|
|
|
|
scripts/checkpatch.pl
|
2021-04-09 18:32:51 +02:00
|
|
|
scripts/ci/pylintrc
|
2021-10-27 23:46:07 +02:00
|
|
|
scripts/footprint/*
|
2023-10-13 15:50:34 +02:00
|
|
|
scripts/set_assignees.py
|