diff mbox series

gitignore: remove stale /LOG pattern

Message ID 1527003996-8559-1-git-send-email-yamada.masahiro@socionext.com
State Accepted
Commit 43c908aaf6f961d074d8f09d46824b9bdd6cec53
Headers show
Series gitignore: remove stale /LOG pattern | expand

Commit Message

Masahiro Yamada May 22, 2018, 3:46 p.m. UTC
The /LOG directory was created by the old MAKEALL tool, which was
deleted by commit c8a3777c51b9 ("Drop the MAKEALL tool").

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 .gitignore | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini May 31, 2018, 6:16 p.m. UTC | #1
On Wed, May 23, 2018 at 12:46:36AM +0900, Masahiro Yamada wrote:

> The /LOG directory was created by the old MAKEALL tool, which was

> deleted by commit c8a3777c51b9 ("Drop the MAKEALL tool").

> 

> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>


Applied to u-boot/master, thanks!

-- 
Tom
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index f1b8015..a0fb1e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,7 +46,6 @@  fit-dtb.blob
 #
 # Generated files
 #
-/LOG
 /spl/
 /tpl/
 /defconfig