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

2019-02-10 Thread Auer, Lukas
On Sat, 2019-02-09 at 06:31 +, 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 > --- > arch/.gitignore | 1 + > 1 file

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

2019-02-08 Thread Anup Patel
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 --- arch/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/.gitignore b/arch/.gitignore