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