From: Bobby R. Bruce Date: Thu, 13 Aug 2020 05:33:32 +0000 (-0700) Subject: tests: Added tests/gem5/resources to .gitignore X-Git-Tag: v20.1.0.0~259 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cf5c9f6434b8ce222983a0b4b6459a47a118c959;p=gem5.git tests: Added tests/gem5/resources to .gitignore This is simply a directory used by testlib to store downloaded resources. It should therefore be ignored. Change-Id: Iede2234dc512b3bc8bdcccfaef0b14d56dee0a27 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/32915 Reviewed-by: Jason Lowe-Power Maintainer: Jason Lowe-Power Tested-by: kokoro --- diff --git a/tests/.gitignore b/tests/.gitignore index 642f8e4f0..7c78cf770 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -4,3 +4,4 @@ gem5/fs/linux/arm/*.tar.bz2 gem5/fs/linux/arm/binaries gem5/fs/linux/arm/disks gem5/test-progs +gem5/resources