From 3478b28287f73236621b2336541807ae31fbc00c Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Wed, 30 Oct 2019 11:14:48 +0000 Subject: system-arm: ignore .gen directory that contains DTS files Those files are removed by default because they are intermediary, but it is possible to explicitly build them with an explicit target: make .gen/armv7_gem5_v1_1cpu.dts Change-Id: Id86968fbb2f2b95ce71109de5a0cb8039a048a27 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22825 Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce Tested-by: kokoro --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9a276b266..1333fb362 100644 --- a/.gitignore +++ b/.gitignore @@ -20,6 +20,7 @@ m5out /util/tap/m5tap /util/term/m5term /system/arm/dt/*.dtb +/system/arm/dt/.gen /system/arm/simple_bootloader/*.o /system/arm/simple_bootloader/boot.arm /system/arm/simple_bootloader/boot_emm.arm -- cgit v1.2.3