From b7740f7c0fda72d3d9df3cd268f29cb751fed55b Mon Sep 17 00:00:00 2001
From: Michael Davis <michael.davis@cern.ch>
Date: Tue, 9 Nov 2021 17:23:31 +0100
Subject: [PATCH] Adds RPM-GPG-KEYs to .gitignore

These keys are downloaded in the build process to be packaged with the
source RPM. They should not be committed to git so adding them to
.gitignore.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 1c3bda0ddf..4aad91b50c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ nbproject/
 .settings/
 workbench.xmi
 .vscode/
+cta-release/RPM-GPG-KEY-*
-- 
GitLab