> Am 10.08.2020 um 16:38 schrieb Rainer Jung <[email protected]>:
>
> Hi there,
>
> the .gitignore file in modules/http2 contains "Makefile.in". That's probably
> OK for the upstream Github variant, which contains a Makefile.am, but in our
> svn repos for httpd the Makefile.in is needed as the source of the Makefile
> generation.
>
> Of course our svn doesn't care about the .gitignore, but eg. I now locally
> keep the sources in git and thus lost the Makefile.in. I can live with local
> modifications, but I think it would be more correct to drop Makefile.in from
> the modules/http2/.gitignore in our svn repos.
>
> WDYT?
Sounds like a plan.
>
> Regards,
>
> Rainer