.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:
parent
96e9da62dd
commit
8634dc88e3
|
@ -31,6 +31,7 @@
|
|||
/tmp/
|
||||
/TODO
|
||||
/TODO/
|
||||
/u-boot/
|
||||
/version
|
||||
/versiondate
|
||||
*.vim
|
||||
|
|
Loading…
Reference in New Issue