diff mbox series

[U-Boot,01/30] tools: .gitignore: add prelink-riscv

Message ID 20181019220743.15020-2-lukas.auer@aisec.fraunhofer.de
State Superseded
Delegated to: Andes
Headers show
Series General fixes / cleanup for RISC-V and improvements to qemu-riscv | expand

Commit Message

Lukas Auer Oct. 19, 2018, 10:07 p.m. UTC
Ignore tools/prelink-riscv.

Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
---

 tools/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng Oct. 22, 2018, 6:22 a.m. UTC | #1
On Sat, Oct 20, 2018 at 6:08 AM Lukas Auer
<lukas.auer@aisec.fraunhofer.de> wrote:
>
> Ignore tools/prelink-riscv.
>
> Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
> ---
>
>  tools/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Rick Chen Oct. 23, 2018, 1:21 a.m. UTC | #2
> From: U-Boot [mailto:u-boot-bounces@lists.denx.de] On Behalf Of Lukas Auer
> Sent: Saturday, October 20, 2018 6:07 AM
> To: u-boot@lists.denx.de
> Cc: Heinrich Schuchardt; Alexander Graf
> Subject: [U-Boot] [PATCH 01/30] tools: .gitignore: add prelink-riscv
>
> Ignore tools/prelink-riscv.
>
> Signed-off-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
> ---

Reviewed-by: Rick Chen <rick@andestech.com>

>
>  tools/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/tools/.gitignore b/tools/.gitignore index c8cdaef90c..e5ede22842 100644
> --- a/tools/.gitignore
> +++ b/tools/.gitignore
> @@ -24,6 +24,7 @@
>  /mksunxiboot
>  /mxsboot
>  /ncb
> +/prelink-riscv
>  /proftool
>  /relocate-rela
>  /sunxi-spl-image-builder
> --
> 2.17.2
diff mbox series

Patch

diff --git a/tools/.gitignore b/tools/.gitignore
index c8cdaef90c..e5ede22842 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -24,6 +24,7 @@ 
 /mksunxiboot
 /mxsboot
 /ncb
+/prelink-riscv
 /proftool
 /relocate-rela
 /sunxi-spl-image-builder