From 2d7f71cc7002b5d968f83adffe09e2fc8fd63eb5 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Wed, 2 May 2018 11:02:38 +0100
Subject: [PATCH] .gitignore: Ignore more test logs

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 591cf2e9..f8aad6d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,6 +49,8 @@
 /test-suite.log
 /test/*.trs
 /test/TestSuitePythonService.service
+/test/cross-*.log
+/test/monitor.log
 /test/run-test.log
 /test/test-*.log
 /test/test-import-repeatedly
-- 
GitLab