.gitignore: Ignore u-boot directory
The "u-boot" directory and its contents are created at build-time, ignore it in git. Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>fsdg20230625
parent
22b1db6980
commit
d8da9b51e2
|
@ -21,6 +21,7 @@
|
||||||
/grub/
|
/grub/
|
||||||
/memtest86plus/
|
/memtest86plus/
|
||||||
/seabios/
|
/seabios/
|
||||||
|
/u-boot/
|
||||||
/bin/
|
/bin/
|
||||||
/release/
|
/release/
|
||||||
/descriptors/
|
/descriptors/
|
||||||
|
|
Loading…
Reference in New Issue