Merge pull request #806 from paddatrapper/release-ignore-gitattributes
Exclude gitattributes from release tarball
This commit is contained in:
commit
784b64b9f0
2 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,7 @@ addons:
|
|||
- python-gst-1.0
|
||||
- python-magic
|
||||
- mp3gain
|
||||
- dos2unix
|
||||
install:
|
||||
- >
|
||||
if [[ "$PYTHON" == false ]]; then
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue