csound / csound_pd

Csound for Pure Data
19 stars 3 forks source link

make sure, repository configurations are not part of the release-tarball #6

Closed umlaeute closed 5 years ago

umlaeute commented 5 years ago

the current release-tarballs include '.gitignore' files in a non-git repository. this is at best useless, but might create problems on the receiving side.

since the release-tarballs are created with "git archive", it is possible to not include selected files.

this patch, makes sure that no repository-configuration files (.gitignore, but also this .gitattributes) are part of the tarball. it also excludes .travis-yml, in case you ever want to setup a CI :-)