diff options
| author | Francesco Lavra <flavra@baylibre.com> | 2026-02-09 10:50:01 +0100 |
|---|---|---|
| committer | Sasha Levin <sashal@kernel.org> | 2026-03-04 07:19:57 -0500 |
| commit | ee842490a6040ae5b7b939822adaf50ecc001eda (patch) | |
| tree | 264d7128d7c4f408f4e5784ffc462b64f87d2385 /tools | |
| parent | 0b605e8ce60698c27a26f512968a597fd620d2e8 (diff) | |
spi: tools: Add include folder to .gitignore
[ Upstream commit 5af56f30c4fcbade4a92f94dadfea517d1db9703 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/spi/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/spi/.gitignore b/tools/spi/.gitignore index 14ddba3d2195..038261b34ed8 100644 --- a/tools/spi/.gitignore +++ b/tools/spi/.gitignore @@ -1,3 +1,4 @@ # SPDX-License-Identifier: GPL-2.0-only spidev_fdx spidev_test +include/ |
