From: Ciro Santilli Date: Wed, 30 Oct 2019 11:43:17 +0000 (+0000) Subject: system-arm: gitignore the aarch64 bootloader object files X-Git-Tag: v19.0.0.0~283 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1c4d64fb104245e7e655113155be02a5209e46c0;p=gem5.git system-arm: gitignore the aarch64 bootloader object files Change-Id: I0cb494fb82c557cfce553bc925ea89a8220e4c16 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/22826 Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce Tested-by: kokoro --- diff --git a/.gitignore b/.gitignore index 1333fb362..9d23e665a 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,6 @@ m5out /system/arm/simple_bootloader/*.o /system/arm/simple_bootloader/boot.arm /system/arm/simple_bootloader/boot_emm.arm +/system/arm/aarch64_bootloader/*.o /system/arm/aarch64_bootloader/boot_emm.arm64 /system/arm/aarch64_bootloader/boot_emm_v2.arm64