From cf5c9f6434b8ce222983a0b4b6459a47a118c959 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Wed, 12 Aug 2020 22:33:32 -0700 Subject: [PATCH] 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 --- tests/.gitignore | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2