diff mbox series

[U-Boot,v6,01/16] .gitignore: Don't ignore arch/riscv/include/asm/arch

Message ID 20190209063052.29092-2-anup.patel@wdc.com
State Superseded
Delegated to: Andes
Headers show
Series SiFive FU540 Support | expand

Commit Message

Anup Patel Feb. 9, 2019, 6:31 a.m. UTC
We will be adding place-holder headers under include/asm/arch
for RISC-V so this patch updates .gitignore to not consider
files under arch/riscv/include/asm/arch

Signed-off-by: Anup Patel <anup.patel@wdc.com>
---
 arch/.gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Lukas Auer Feb. 10, 2019, 6:18 p.m. UTC | #1
On Sat, 2019-02-09 at 06:31 +0000, Anup Patel wrote:
> We will be adding place-holder headers under include/asm/arch
> for RISC-V so this patch updates .gitignore to not consider
> files under arch/riscv/include/asm/arch
> 
> Signed-off-by: Anup Patel <anup.patel@wdc.com>
> ---
>  arch/.gitignore | 1 +
>  1 file changed, 1 insertion(+)
> 

Reviewed-by: Lukas Auer <lukas.auer@aisec.fraunhofer.de>
diff mbox series

Patch

diff --git a/arch/.gitignore b/arch/.gitignore
index 2714b86ff3..f75a0ace2d 100644
--- a/arch/.gitignore
+++ b/arch/.gitignore
@@ -1 +1,2 @@ 
 /*/include/asm/arch
+!/riscv/include/asm/arch