]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
spi: tools: Add include folder to .gitignore
authorFrancesco Lavra <flavra@baylibre.com>
Mon, 9 Feb 2026 09:50:01 +0000 (10:50 +0100)
committerMark Brown <broonie@kernel.org>
Mon, 9 Feb 2026 12:27:31 +0000 (12:27 +0000)
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: f325b73dc4db ("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>
tools/spi/.gitignore

index 14ddba3d21957bf72380109ad6c383260799a5dc..038261b34ed83cd40d7c3c1672b3dae0d20e77ab 100644 (file)
@@ -1,3 +1,4 @@
 # SPDX-License-Identifier: GPL-2.0-only
 spidev_fdx
 spidev_test
+include/