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
|
|
|
|
# are matched, then sanitycheck will not do a full run and optionally will only
|
|
|
|
# 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
|
|
|
|
.known-issues
|
|
|
|
.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/*/*/*
|
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
|
|
|
|
# sanitycheck.
|
|
|
|
scripts/ci/sanitycheck_ignore.txt
|
|
|
|
scripts/ci/what_changed.py
|
2020-05-06 08:27:33 -04:00
|
|
|
scripts/requirements*
|