From 56d16797173ea7f881ffb645702294279dd904f7 Mon Sep 17 00:00:00 2001
From: Marc-Olivier Andrez <marc-olivier.andrez@desy.de>
Date: Tue, 7 May 2024 14:55:40 +0200
Subject: [PATCH] ci: exclude Mongo DB downloaded files from Git repository

Rationale: `git` commands such as `git status` don't list these files
anymore which makes the output much more readable.
---
 .gitignore | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index c04618641..d6f573f95 100644
--- a/.gitignore
+++ b/.gitignore
@@ -140,4 +140,7 @@ terraform.tfstate*
 
 #helm chart
 deploy/asapo_helm_chart/asapo/Chart.lock
-deploy/asapo_helm_chart/asapo/charts/*.tgz
\ No newline at end of file
+deploy/asapo_helm_chart/asapo/charts/*.tgz
+
+# Files downloaded for Mongo DB
+mongo-c-driver-*
-- 
GitLab