.gitignore: Ignore u-boot and busybox build files

Extend the list of ignored artifacts by adding files generated
as part of the process for building u-boot and busybox.

Signed-off-by: Leon Anavi <leon@anavi.org>
This commit is contained in:
Leon Anavi 2019-03-05 12:18:49 +02:00
parent d050e166cd
commit 5a9c4bf518

@ -1,4 +1,8 @@
linux-a64 linux-a64
u-boot_*
scripts/*.img scripts/*.img
scripts/*.xz scripts/*.xz
scripts/teres-build-* scripts/teres-build-*
build/
busybox/
initrd.gz