
9 Feb
2019
9 Feb
'19
7:31 a.m.
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 --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