diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-01-14 10:39:34 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-01-20 10:09:51 -0500 |
commit | 84977e44eb678a06f70571695ade5f834b29c377 (patch) | |
tree | 7c7ea448f5e6a75bdd9551c9c484d1cc44eee3e9 /tools | |
parent | 55283635a0f696cc2316120de49672be7a418735 (diff) |
.gitignore: ignore u-boot.elf and tools/relocate-rela
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/.gitignore b/tools/.gitignore index 930fa2e8a0e..cd2f041cc2c 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -10,6 +10,7 @@ /mxsboot /ncb /proftool +/relocate-rela /ubsha1 /xway-swap-bytes /*.exe |