From 3d8aba629504d8a17bcd93fc70dc760791e7786a Mon Sep 17 00:00:00 2001 From: Georgi Valkov Date: Thu, 12 Jun 2025 07:58:26 +0300 Subject: gitignore: add .DS_Store .DS_Store files are created all over the place on macOS Signed-off-by: Georgi Valkov --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 97045f6..30b16a2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ \#*# *.orig *~ +.DS_Store Makefile.in Makefile *.m4 -- cgit v1.2.3