diff --git a/.travis.yml b/.travis.yml index dde29a3e3..fdbe29289 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,7 @@ addons: - python-gst-1.0 - python-magic - mp3gain + - dos2unix install: - > if [[ "$PYTHON" == false ]]; then diff --git a/dev_tools/release/release.sh b/dev_tools/release/release.sh index 4ccf1c2f6..975145dd3 100755 --- a/dev_tools/release/release.sh +++ b/dev_tools/release/release.sh @@ -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 \