From: Masahiro Yamada Date: Tue, 14 Jan 2014 01:39:34 +0000 (+0900) Subject: .gitignore: ignore u-boot.elf and tools/relocate-rela X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=84977e44eb678a06f70571695ade5f834b29c377;p=project%2Fbcm63xx%2Fu-boot.git .gitignore: ignore u-boot.elf and tools/relocate-rela Signed-off-by: Masahiro Yamada --- diff --git a/.gitignore b/.gitignore index 3b14c256e1..97f7db069a 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 930fa2e8a0..cd2f041cc2 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -10,6 +10,7 @@ /mxsboot /ncb /proftool +/relocate-rela /ubsha1 /xway-swap-bytes /*.exe