From f1082445bb74e8ea3804aa7be28cc35269e53a34 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com>
Date: Mon, 21 Apr 2025 18:30:44 -0400
Subject: [PATCH] gitignore: add .DS_Store

Change-Id: Ie0f8f8eb4b81605d757935ca4148ebfd51934ac5
---
 .gitignore | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index fc35c0e..b6dfbdc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 build
 .vscode
-dependencies/install
\ No newline at end of file
+dependencies/install
+.DS_Store
\ No newline at end of file
-- 
GitLab