spi: tools: Add include folder to .gitignore

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: f325b73dc4 ("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>
This commit is contained in:
Francesco Lavra 2026-02-09 10:50:01 +01:00 committed by Mark Brown
parent be8d456760
commit 5af56f30c4
No known key found for this signature in database
GPG key ID: 24D68B725D5487D0

View file

@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0-only
spidev_fdx
spidev_test
include/