From 8634dc88e3d97741b75b158c4293bd88ce104687 Mon Sep 17 00:00:00 2001 From: Alper Nebi Yasak Date: Fri, 26 Aug 2022 19:32:08 +0300 Subject: [PATCH] .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bfc3cf2..cfae982 100644 --- a/.gitignore +++ b/.gitignore @@ -31,6 +31,7 @@ /tmp/ /TODO /TODO/ +/u-boot/ /version /versiondate *.vim