Re: [U-Boot] [PATCH 02/30] riscv: ignore device tree binaries

2018-10-22 Thread Bin Meng
Hi Lukas, On Sat, Oct 20, 2018 at 6:08 AM Lukas Auer wrote: > > Ignore all device tree binaries in arch/riscv/dts. I don't think this patch is necessary. > > Signed-off-by: Lukas Auer > --- > > arch/riscv/dts/.gitignore | 1 + > 1 file changed, 1 insertion(+) > create mode 100644

[U-Boot] [PATCH 02/30] riscv: ignore device tree binaries

2018-10-19 Thread Lukas Auer
Ignore all device tree binaries in arch/riscv/dts. Signed-off-by: Lukas Auer --- arch/riscv/dts/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 arch/riscv/dts/.gitignore diff --git a/arch/riscv/dts/.gitignore b/arch/riscv/dts/.gitignore new file mode 100644 index