find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
Updates to Makefile.am for the generation of the project files in the tarball to follow.