From 250475b16bea26b2459c309d46dbfb75485d49d1 Mon Sep 17 00:00:00 2001 From: Samar Sunkaria Date: Thu, 30 May 2024 22:13:05 +0200 Subject: [PATCH] gitignore the .DS_Store files generated by macOS. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d1ffac3838..873c9ef102 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ cscope.in.out cscope.out cscope.po.out jq.dSYM + +# macOS +.DS_Store