diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-08-26 19:32:08 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-08-27 17:35:55 +0300 |
commit | d8da9b51e2f8f77ee2f83d3956508ca24220a9f1 (patch) | |
tree | e4977cc91cf9b59652e56252a86496b3aeb65474 /.gitignore | |
parent | 22b1db6980a7398dbd257265891944ecd4a4c8da (diff) |
.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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ /grub/ /memtest86plus/ /seabios/ +/u-boot/ /bin/ /release/ /descriptors/ |