From mboxrd@z Thu Jan 1 00:00:00 1970 From: Auer, Lukas Date: Sun, 10 Feb 2019 18:18:46 +0000 Subject: [U-Boot] [PATCH v6 01/16] .gitignore: Don't ignore arch/riscv/include/asm/arch In-Reply-To: <20190209063052.29092-2-anup.patel@wdc.com> References: <20190209063052.29092-1-anup.patel@wdc.com> <20190209063052.29092-2-anup.patel@wdc.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Sat, 2019-02-09 at 06:31 +0000, 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 changed, 1 insertion(+) > Reviewed-by: Lukas Auer