From 6e27d1088da07380872f0df9f308b674536cefc8 Mon Sep 17 00:00:00 2001
From: Marius Bakke <mbakke@fastmail.com>
Date: Mon, 30 Mar 2020 12:22:49 +0200
Subject: [PATCH] .gitignore: Ignore test results in tests/services.

This is a follow-up to commit d3e439e355284f136ff13eb3e6fffb4661552f3b.

* .gitignore: Add /tests/services/*.trs.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index de058dda5ea..fd2cf560982 100644
--- a/.gitignore
+++ b/.gitignore
@@ -138,6 +138,7 @@
 /test-env
 /test-tmp
 /tests/*.trs
+/tests/services/*.trs
 GPATH
 GRTAGS
 GTAGS
-- 
GitLab