diff mbox

[U-Boot] .gitignore: ignore u-boot.elf and tools/relocate-rela

Message ID 1389663574-13495-1-git-send-email-yamada.m@jp.panasonic.com
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Masahiro Yamada Jan. 14, 2014, 1:39 a.m. UTC
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---
 .gitignore       | 1 +
 tools/.gitignore | 1 +
 2 files changed, 2 insertions(+)

Comments

Tom Rini Jan. 20, 2014, 11 p.m. UTC | #1
On Tue, Jan 14, 2014 at 10:39:34AM +0900, Masahiro Yamada wrote:

> Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/.gitignore b/.gitignore
index 3b14c25..97f7db0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,6 +29,7 @@ 
 /SPL
 /System.map
 /u-boot
+/u-boot.elf
 /u-boot.hex
 /u-boot.imx
 /u-boot-with-spl.imx
diff --git a/tools/.gitignore b/tools/.gitignore
index 930fa2e..cd2f041 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -10,6 +10,7 @@ 
 /mxsboot
 /ncb
 /proftool
+/relocate-rela
 /ubsha1
 /xway-swap-bytes
 /*.exe