can we add some file(msvc) to gitignore

From: "wangsh(dot)fnst(at)fujitsu(dot)com" <wangsh(dot)fnst(at)fujitsu(dot)com>
To: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: can we add some file(msvc) to gitignore
Date: 2021-09-26 08:57:55
Message-ID: OS3PR01MB71593D78DD857C2BBA9FB824F2A69@OS3PR01MB7159.jpnprd01.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

When I work on patch[1] on windows(vs2019), I found there are some file(generated
by vs2019) are not listed in gitignore.

> $ git status
>
> Untracked files:
> (use "git add <file>..." to include in what will be committed)
> .vs/
> postgres.vcxproj.user
> src/tools/msvc/buildvs.bat
> src/tools/msvc/installvs.bat

Can we add these file to gitignore?
- *vcproj.user
- *vcxproj.user
- /.vs/

[1] https://www.postgresql.org/message-id/flat/OSBPR01MB4214FA221FFE046F11F2AD74F2D49(at)OSBPR01MB4214(dot)jpnprd01(dot)prod(dot)outlook(dot)com

Regards.
Shenhao Wang

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-09-26 10:18:01 Re: can we add some file(msvc) to gitignore
Previous Message Etsuro Fujita 2021-09-26 08:56:57 Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails