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-gst-1.0
|
||||||
- python-magic
|
- python-magic
|
||||||
- mp3gain
|
- mp3gain
|
||||||
|
- dos2unix
|
||||||
install:
|
install:
|
||||||
- >
|
- >
|
||||||
if [[ "$PYTHON" == false ]]; then
|
if [[ "$PYTHON" == false ]]; then
|
||||||
|
|
|
@ -68,6 +68,7 @@ tar -czf $target_file \
|
||||||
--exclude-vcs \
|
--exclude-vcs \
|
||||||
--exclude .zfproject.xml \
|
--exclude .zfproject.xml \
|
||||||
--exclude .gitignore \
|
--exclude .gitignore \
|
||||||
|
--exclude .gitattributes \
|
||||||
--exclude .travis.yml \
|
--exclude .travis.yml \
|
||||||
--exclude travis \
|
--exclude travis \
|
||||||
--exclude dev_tools \
|
--exclude dev_tools \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue