Re: Add downloaded files to gitignore

From: Mingli Zhang <zmlpostgres(at)gmail(dot)com>
To: Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>
Cc: Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add downloaded files to gitignore
Date: 2025-10-09 11:47:09
Message-ID: CANG7CALve27+XsnW3Z=thqkB7_ctsMvPBqYWWk4rpFSeX6Rz1w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com>于2025年10月9日 周四17:35写道:

> 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/
>

I saw a similar question, the recommended solution was [1]

[1]
https://www.postgresql.org/message-id/ead644ee-9352-4112-8552-8012d6396ebc%40eisentraut.org

<https://www.highgo.com/>
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2025-10-09 11:49:13 Re: Adding REPACK [concurrently]
Previous Message Shinya Kato 2025-10-09 11:35:54 Re: Add mode column to pg_stat_progress_vacuum