From: | Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com> |
---|---|
To: | Mingli Zhang <zmlpostgres(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 14:06:22 |
Message-ID: | C712D771-9F4F-49CA-9370-485D8370689F@gmail.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> On Oct 9, 2025, at 19:47, Mingli Zhang <zmlpostgres(at)gmail(dot)com> wrote:
>
>
>
> Chao Li <li(dot)evan(dot)chao(at)gmail(dot)com <mailto: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/>
That’s a difference case. In my case, the files to ignore are generated from the build process, while [1] was talking about an individual IDE’s temp files. A similar case is [2].
[2] https://git.postgresql.org/cgit/postgresql.git/commit/?id=7e44ac3741dd2ebf8c668d6ac6a10fa6ed7301b3
Best regards,
--
Chao Li (Evan)
HighGo Software Co., Ltd.
https://www.highgo.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Melanie Plageman | 2025-10-09 14:16:21 | Re: Fix overflow of nbatch |
Previous Message | Aleksander Alekseev | 2025-10-09 14:04:16 | Re: [PATCH] Remove unused #include's in src/backend/commands/* |