1# Add one pattern per line.
2#
3# The patterns listed in this file will be compared with the list of files
4# changed in a patch series (Pull Request) and if all files in the pull request
5# are matched, then twister will not do a full run and optionally will only
6# run on changed tests or boards.
7#
8.gitlint
9.checkpatch.conf
10.clang-format
11.codecov.yml
12.editorconfig
13.gitattributes
14.gitignore
15.mailmap
16.github/workflows/codecov.yaml
17.github/workflows/issue_count.yml
18.github/workflows/stats_merged_prs.yml
19.github/workflows/assigner.yml
20.github/workflows/daily_test_version.yml
21.github/workflows/do_not_merge.yml
22.github/workflows/stale_issue.yml
23.github/workflows/stale-workflow-queue-cleanup.yml
24.github/workflows/greet_first_time_contributor.yml
25.github/workflows/issues-report-config.json
26.github/workflows/backport_issue_check.yml
27MAINTAINERS.yml
28LICENSE
29Makefile
30doc/*
31# GH action have no impact on code
32.github/*
33*.rst
34*.jpg
35*.png
36*.md
37# if we change this file or associated script, it should not trigger a full
38# twister.
39scripts/ci/test_plan.py
40scripts/ci/twister_ignore.txt
41scripts/ci/check_compliance.py
42scripts/ci/errno.py
43scripts/ci/upload_test_results_es.py
44scripts/ci/what_changed.py
45scripts/ci/version_mgr.py
46scripts/ci/stats/*
47scripts/requirements*
48scripts/checkpatch/*
49scripts/checkpatch.pl
50scripts/ci/pylintrc
51scripts/footprint/*
52scripts/make_bugs_pickle.py
53scripts/set_assignees.py
54scripts/gitlint/zephyr_commit_rules.py
55scripts/west_commands/runners/canopen_program.py
56