From 05d01109f0a3512f7ff0b52ef2e563c3d35565da Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Tue, 28 Feb 2023 06:08:30 +0300 Subject: [PATCH] CI: Add a dot file that specifies files that do not participate in building or testing --- .ciignore | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .ciignore diff --git a/.ciignore b/.ciignore new file mode 100644 index 0000000000000..993bc95803396 --- /dev/null +++ b/.ciignore @@ -0,0 +1,22 @@ +# This file specifies filename patterns that are used by the pull request +# testing infrastructure to determine if it is safe to skip building and +# testing against a given change in this repository. +# +# A change is considered safe only if it is exclusive to files that match +# a pattern in this file. However, changes to this file are not considered +# safe. +# +# Lines starting with '#' are comments. Otherwise, each line is a single +# case-sensitive filename pattern. The '*' and '?' Unix shell-style +# wildcards are supported. Note that either wildcard will match a period. + +*.md +.Brewfile +.clang-format +.dir-locals.el +.gitattributes +.github +.mailmap +CODE_OWNERS.TXT +LICENSE.txt +docs