From f420c077bc609ee8cec0080385bed270d72623bb Mon Sep 17 00:00:00 2001 From: Oleksiy Yakovenko Date: Mon, 11 Nov 2024 19:26:28 +0100 Subject: [PATCH] add .DS_Store to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e7b6c5713f..9b1daf9242 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ plugins/gtkui/gtkui-gresources.c build/ dist/ testbuild/ +.DS_Store