From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rick Chen Date: Tue, 23 Oct 2018 09:30:48 +0800 Subject: [U-Boot] FW: [PATCH 02/30] riscv: ignore device tree binaries In-Reply-To: <752D002CFF5D0F4FA35C0100F1D73F3FA3A37942@ATCPCS16.andestech.com> References: <20181019220743.15020-1-lukas.auer@aisec.fraunhofer.de> <20181019220743.15020-3-lukas.auer@aisec.fraunhofer.de> <752D002CFF5D0F4FA35C0100F1D73F3FA3A37942@ATCPCS16.andestech.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de > From: Bin Meng [mailto:bmeng.cn at gmail.com] > Sent: Monday, October 22, 2018 2:16 PM > To: Lukas Auer > Cc: U-Boot Mailing List; Rick Jian-Zhi Chen(陳建志) > Subject: Re: [PATCH 02/30] riscv: ignore device tree binaries > > 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. > Agree with Bin. I have checked that /arch/xxx/dts, it seem only /arch/riscv/dts will have .gitingore. Rick > > > > Signed-off-by: Lukas Auer > > --- > > > > arch/riscv/dts/.gitignore | 1 + > > 1 file changed, 1 insertion(+) > > create mode 100644 arch/riscv/dts/.gitignore > > > > Regards, > Bin