diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-05-23 00:46:36 +0900 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-05-31 08:53:11 -0400 |
commit | 43c908aaf6f961d074d8f09d46824b9bdd6cec53 (patch) | |
tree | 9f2c6c6e34751b4c3823587a992b0a6b3dcdb762 /.gitignore | |
parent | 1aef95a1aadcf422bf610df787143f4d5536289f (diff) | |
download | u-boot-43c908aaf6f961d074d8f09d46824b9bdd6cec53.tar.gz |
gitignore: remove stale /LOG pattern
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>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 860b179317..9110eda646 100644 --- a/.gitignore +++ b/.gitignore @@ -48,7 +48,6 @@ fit-dtb.blob # # Generated files # -/LOG /spl/ /tpl/ /defconfig |