.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>
This commit is contained in:
Alper Nebi Yasak 2022-08-26 19:32:08 +03:00 committed by Denis 'GNUtoo' Carikli
parent 96e9da62dd
commit 8634dc88e3
Signed by: GNUtoo
GPG Key ID: 5F5DFCC14177E263
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -31,6 +31,7 @@
/tmp/ /tmp/
/TODO /TODO
/TODO/ /TODO/
/u-boot/
/version /version
/versiondate /versiondate
*.vim *.vim