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

Anup Patel Anup.Patel at wdc.com
Tue Feb 5 13:04:23 UTC 2019


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 at wdc.com>
---
 arch/.gitignore | 1 +
 1 file changed, 1 insertion(+)

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
-- 
2.17.1



More information about the U-Boot mailing list