can we add some file(msvc) to gitignore - Mailing list pgsql-hackers

From wangsh.fnst@fujitsu.com
Subject can we add some file(msvc) to gitignore
Date
Msg-id OS3PR01MB71593D78DD857C2BBA9FB824F2A69@OS3PR01MB7159.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: can we add some file(msvc) to gitignore  (Daniel Gustafsson <daniel@yesql.se>)
List 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@OSBPR01MB4214.jpnprd01.prod.outlook.com

Regards.
Shenhao Wang



pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Re: BUG #16583: merge join on tables with different DB collation behind postgres_fdw fails
Next
From: Daniel Gustafsson
Date:
Subject: Re: can we add some file(msvc) to gitignore