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.
|
|
|
|
#
|
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
|
2024-02-06 09:35:31 -05: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
|
2024-08-27 07:28:36 -04:00
|
|
|
.github/workflows/backport_issue_check.yml
|
2020-08-13 09:30:45 -04:00
|
|
|
MAINTAINERS.yml
|
2025-03-26 17:23:01 -04:00
|
|
|
CODEOWNERS
|
2020-03-30 15:10:00 -04:00
|
|
|
LICENSE
|
|
|
|
Makefile
|
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
|
2024-06-05 15:39:42 -04:00
|
|
|
*.jpg
|
|
|
|
*.png
|
2020-03-30 15:10:00 -04:00
|
|
|
*.md
|
|
|
|
# if we change this file or associated script, it should not trigger a full
|
2020-12-07 12:19:58 -05:00
|
|
|
# twister.
|
2023-10-30 16:03:52 +01:00
|
|
|
scripts/ci/test_plan.py
|
2020-12-07 12:19:58 -05:00
|
|
|
scripts/ci/twister_ignore.txt
|
2024-08-28 08:26:09 -04:00
|
|
|
scripts/ci/check_compliance.py
|
|
|
|
scripts/ci/errno.py
|
|
|
|
scripts/ci/upload_test_results_es.py
|
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
|
2025-02-05 14:59:46 +01:00
|
|
|
scripts/ci/twister_report_analyzer.py
|
2024-02-06 09:35:31 -05:00
|
|
|
scripts/ci/stats/*
|
2020-05-06 08:27:33 -04:00
|
|
|
scripts/requirements*
|
2021-02-23 11:36:22 -05:00
|
|
|
scripts/checkpatch/*
|
|
|
|
scripts/checkpatch.pl
|
2021-04-09 12:32:51 -04:00
|
|
|
scripts/ci/pylintrc
|
2021-10-27 17:46:07 -04:00
|
|
|
scripts/footprint/*
|
2024-07-11 11:34:13 -04:00
|
|
|
scripts/make_bugs_pickle.py
|
2023-10-13 13:50:34 +00:00
|
|
|
scripts/set_assignees.py
|
2024-04-04 09:03:31 -04:00
|
|
|
scripts/gitlint/zephyr_commit_rules.py
|
2024-07-01 15:36:25 +02:00
|
|
|
scripts/west_commands/runners/canopen_program.py
|