After a full compilation, there are intermediary files created, which are not in the .gitignore. Namely:
Beside them, install-sh is not in the gitignore, while it is automatically created by the autoconf.
This patch improves these in the .gitignore: https://gitlab.com/peter.horvath/mediagoblin/-/commits/gitignore-fix/ Please merge.