From: Damien Le Moal Date: Wed, 12 Feb 2020 10:34:23 +0000 (+0900) Subject: riscv: Fix gitignore X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e7167043ee508739fc9c5030494f94bea48cee23;p=linux.git riscv: Fix gitignore Tell git to not track the compiled boot/loader and boot/loader.lds files. Signed-off-by: Damien Le Moal Signed-off-by: Palmer Dabbelt --- diff --git a/arch/riscv/boot/.gitignore b/arch/riscv/boot/.gitignore index 8dab0bb6ae667..8a45a37d2af4c 100644 --- a/arch/riscv/boot/.gitignore +++ b/arch/riscv/boot/.gitignore @@ -1,2 +1,4 @@ Image Image.gz +loader +loader.lds