diff mbox series

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

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

Commit Message

Anup Patel Feb. 5, 2019, 1:04 p.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(+)
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