From: Ciro Santilli Date: Wed, 30 Oct 2019 11:14:48 +0000 (+0000) Subject: system-arm: ignore .gen directory that contains DTS files X-Git-Tag: v19.0.0.0~284 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3478b28287f73236621b2336541807ae31fbc00c;p=gem5.git 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 --- 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