Merge pull request #806 from paddatrapper/release-ignore-gitattributes

Exclude gitattributes from release tarball
This commit is contained in:
Robb 2019-04-24 16:36:22 -04:00 committed by GitHub
commit 784b64b9f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -57,6 +57,7 @@ addons:
- python-gst-1.0
- python-magic
- mp3gain
- dos2unix
install:
- >
if [[ "$PYTHON" == false ]]; then

View file

@ -68,6 +68,7 @@ tar -czf $target_file \
--exclude-vcs \
--exclude .zfproject.xml \
--exclude .gitignore \
--exclude .gitattributes \
--exclude .travis.yml \
--exclude travis \
--exclude dev_tools \