Add .DS_Store to .gitignore

From: Dianjin Wang <wangdianjin(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Add .DS_Store to .gitignore
Date: 2025-04-10 06:04:36
Message-ID: CACz0+mM-99mbhAiHr9E5_1ZOkdmrox-3ZLAaqR7i-=oa0LE3dA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Here is a patch to add the `.DS_Store` to the .gitignore to ignore the
`.DS_Store` file tracking by git when doing some development work in
the macOS terminal. It helps me and my community (Apache Cloudberry) a
lot. I hope this small patch can help you, too.

This is my first time sending the patch to PostgreSQL. If anything
needs to be improved, please let me know. Thanks!

Best,
Dianjin Wang

Attachment Content-Type Size
0001-Add-.DS_Store-to-.gitignore.patch application/octet-stream 724 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2025-04-10 06:10:43 Re: Add .DS_Store to .gitignore
Previous Message Thomas Munro 2025-04-10 06:00:16 Re: BitmapHeapScan streaming read user and prelim refactoring