Add downloaded files to gitignore

From: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
To: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Add downloaded files to gitignore
Date: 2025-10-09 09:35:06
Message-ID: CAEoWx2kZyaAiFpZFb0Sjh+2P5MDr9uKCVtyekwTHfWdyinuuqg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi Hackers,

While building Unicode map files, it may download some files from the
Internet, this patch adds them to .gitignore to avoid noise to "git status".

You may view the list of downloaded files in
src/backend/utils/Unicode/Makefile.

Best regards,
Chao Li (Evan)
---------------------
HighGo Software Co., Ltd.
https://www.highgo.com/

Attachment Content-Type Size
v1-0001-Add-downloaded-files-to-.gitignore.patch application/octet-stream 812 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2025-10-09 09:36:58 Why has_useful_pathkeys() needs to check group_pathkeys
Previous Message Ashutosh Bapat 2025-10-09 09:26:28 Re: Improve pg_sync_replication_slots() to wait for primary to advance