exclude gitattributes from release tarball
This commit is contained in:
parent
16bf731905
commit
f6541afe45
|
@ -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…
Reference in New Issue