diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-07-17 12:16:43 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-07-22 07:44:27 -0400 |
commit | f63e36adf490a33dac3662306dd8cb61c46bc945 (patch) | |
tree | 73b350858443dabe30efaa1e983602fc8c520c7c /.gitignore | |
parent | e89a07e3636d392869d8d00c9399111e65ee2e88 (diff) | |
download | u-boot-f63e36adf490a33dac3662306dd8cb61c46bc945.tar.gz |
.gitignore: clean-up unnecessary entries
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@jp.panasonic.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index 2ddf57f2a5..0ace33bd61 100644 --- a/.gitignore +++ b/.gitignore @@ -44,11 +44,7 @@ # # Generated files # - /LOG -/errlog -/reloc_off - /spl/ /tpl/ |