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 /.gitignore | |
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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3b14c256e19..97f7db069a6 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 |