Re: [PATCH] devtools: ignore .gitignore in SPDX check

2025-02-10 Thread Thomas Monjalon
07/02/2025 19:26, Stephen Hemminger: > New .gitignore file in dts was getting marked as error. > Change to ignore all .gitignore files. Actually I would prefer we don't create too much .gitignore files. It is easier to manage if we have all in a single .gitignore. We have already a line for DTS in

[PATCH] devtools: ignore .gitignore in SPDX check

2025-02-07 Thread Stephen Hemminger
New .gitignore file in dts was getting marked as error. Change to ignore all .gitignore files. Remove no longer use Kbuild pattern. Signed-off-by: Stephen Hemminger --- devtools/check-spdx-tag.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devtools/check-spdx-tag.sh b