[U-Boot] [PATCH] .gitignore: clean-up unnecessary entries

Masahiro Yamada yamada.m at jp.panasonic.com
Thu Jul 17 05:16:43 CEST 2014


There have been /errlog and /reloc_off in the top level .gitignore
since commit 1b4aaffe added it about 7 years ago.

But they are no longer generated.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
 .gitignore | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index e0c3d48..230f9b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,11 +44,7 @@
 #
 # Generated files
 #
-
 /LOG
-/errlog
-/reloc_off
-
 /spl/
 /tpl/
 
-- 
1.9.1



More information about the U-Boot mailing list