Skip to content
/ linux Public

Commit 5db3ee2

Browse files
Francesco LavraSasha Levin
authored andcommitted
spi: tools: Add include folder to .gitignore
[ Upstream commit 5af56f3 ] The Makefile for the SPI tools creates an include/linux/spi folder and some symlinks inside it. After running `make -C spi/tools`, this folder shows up as untracked in the git status. Add the above folder to the .gitignore file. Fixes: f325b73 ("spi: tools: move to tools buildsystem") Signed-off-by: Francesco Lavra <flavra@baylibre.com> Link: https://patch.msgid.link/20260209095001.556495-1-flavra@baylibre.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent ca372a9 commit 5db3ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/spi/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22
spidev_fdx
33
spidev_test
4+
include/

0 commit comments

Comments
 (0)