Without this, the snapshot tarball file on the download web page is
annotated as "release tarball" rather than "current master snapshot".
Fix this by adding two additional patterns to the .htaccess file.
AddDescription "Digital signature" *.asc
AddIcon ../tar-icon.png *.tgz *.tar.bz2
- AddDescription "current master snapshot" -git.tar.bz2
+ AddDescription "current master snapshot" -git.tar.bz2 .g*.tar.bz2 .g*.dirty.tar.bz2
AddDescription "release tarball" *.tgz *.tar.bz2
</ifmodule>