From a8acf2ac54c962936afe43238c7af90446e3cae4 Mon Sep 17 00:00:00 2001
From: Fabian Seidl <fabian.seidl@h-da.de>
Date: Mon, 3 Jun 2024 12:58:42 +0200
Subject: [PATCH] add file generated by golangci to gitignore

---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index bdaaaa30d..2df65224e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
 # tooling
 **/build-tools/
 artifacts/
+gl-codeclimate.json
 
 # containerlab
 clab-gosdn*/
-- 
GitLab