residuum / PuRestJson

PuREST JSON is a library for connecting Puredata (Pd) to HTTP services and encoding and decoding JSON data.
ix.residuum.org/pd/purest_json.html
Other
74 stars 9 forks source link

Exclude files that are only meaningful in a git-repository from 'git-archive' #47

Closed umlaeute closed 6 years ago

umlaeute commented 6 years ago

when downloading release tarballs, the archive contains some files that only makes sense in the context of a git repository (sometimes a git-repository on github). some are simply cruft and others might be harmful.

notably

this PR adds a gitattributes file that excludes these files from the tarballs generated with git archive (which is used by github to create the downloadable tarballs)