From 3473a5502fe562bb1ac35ddea30b48c74ae2adc9 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Sun, 1 Dec 2019 12:52:47 -0800 Subject: [PATCH] tests,misc: Updated tests/.gitignore to ignore test resources Tests run via main.py create some temp resources. These are now ignored. Change-Id: I63e2b7e1d70f8813e12c2e538a633046d614f1d2 Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24324 Tested-by: kokoro Reviewed-by: Bobby R. Bruce Maintainer: Bobby R. Bruce --- tests/.gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/.gitignore b/tests/.gitignore index 63c0e1ba6..642f8e4f0 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1 +1,6 @@ .testing-results +gem5/cpu_tests/benchmarks +gem5/fs/linux/arm/*.tar.bz2 +gem5/fs/linux/arm/binaries +gem5/fs/linux/arm/disks +gem5/test-progs -- 2.30.2