Re: can we add some file(msvc) to gitignore

2021-09-27 Thread Daniel Gustafsson
> On 27 Sep 2021, at 02:34, Michael Paquier wrote: > I don't think that we should remove the entries that track > files we could expect based on the state of the build code, though, > like config.pl or buildenv.pl in src/tools/msvc/ as committing those > could silently break builds. Agreed, thos

Re: can we add some file(msvc) to gitignore

2021-09-26 Thread Michael Paquier
On Sun, Sep 26, 2021 at 12:18:01PM +0200, Daniel Gustafsson wrote: > As postgres isn't mandating a specific IDE or dev environment, we typically > don't add these files to the .gitignore we ship. If we did it would be an > enormous list we'd have to curate and maintain. Instead, everyone hacking

Re: can we add some file(msvc) to gitignore

2021-09-26 Thread Daniel Gustafsson
> On 26 Sep 2021, at 10:57, wangsh.f...@fujitsu.com wrote: > Can we add these file to gitignore? As postgres isn't mandating a specific IDE or dev environment, we typically don't add these files to the .gitignore we ship. If we did it would be an enormous list we'd have to curate and maintain.

can we add some file(msvc) to gitignore

2021-09-26 Thread wangsh.f...@fujitsu.com
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 ..." to include in what will be committed) >.vs/ >postgres.vcxproj.user >src/tools/msvc/bu