mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 03:44:45 +01:00
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:
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Build | ||
| Makefile | ||
| spidev_fdx.c | ||
| spidev_test.c | ||