Repository: ant-antlibs-common Updated Branches: refs/heads/master 0d2c23a21 -> 3c6caed62
.gitattributes is in default excludes as well Project: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/repo Commit: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/commit/3c6caed6 Tree: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/tree/3c6caed6 Diff: http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/diff/3c6caed6 Branch: refs/heads/master Commit: 3c6caed623736b021d3615df6376ec554640d61e Parents: 0d2c23a Author: Stefan Bodewig <bode...@apache.org> Authored: Mon Jun 18 21:34:26 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Mon Jun 18 21:34:26 2018 +0200 ---------------------------------------------------------------------- build.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ant-antlibs-common/blob/3c6caed6/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 6a09518..71522b4 100644 --- a/build.xml +++ b/build.xml @@ -258,6 +258,7 @@ description="--> creates a source distribution"> <mkdir dir="${src.dist.dir}"/> + <defaultexcludes remove="**/.gitattributes"/> <defaultexcludes remove="**/.gitignore"/> <defaultexcludes remove="**/.gitmodules"/> <copy todir="${src.dist.dir}"> @@ -401,6 +402,7 @@ <param name="src.dist.dir" value="${dist.name}"/> </antcall> + <defaultexcludes remove="**/.gitattributes"/> <defaultexcludes remove="**/.gitignore"/> <defaultexcludes remove="**/.gitmodules"/> <zip destfile="${dist.base.source}/${dist.name}-src.zip">