add .git to src excludes
Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/8711cb9a Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/8711cb9a Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/8711cb9a Branch: refs/heads/1.1 Commit: 8711cb9a66952d9aab31e14f1a8ed5eb323303dd Parents: 562a24f Author: Rob Tompkins <chtom...@gmail.com> Authored: Tue Jul 24 17:26:07 2018 -0400 Committer: Rob Tompkins <chtom...@gmail.com> Committed: Tue Jul 24 17:26:07 2018 -0400 ---------------------------------------------------------------------- dist-archive/src/assembly/src.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/8711cb9a/dist-archive/src/assembly/src.xml ---------------------------------------------------------------------- diff --git a/dist-archive/src/assembly/src.xml b/dist-archive/src/assembly/src.xml index a34a306..cf7eb5a 100644 --- a/dist-archive/src/assembly/src.xml +++ b/dist-archive/src/assembly/src.xml @@ -25,6 +25,7 @@ limitations under the License. <fileSet> <directory>../</directory> <excludes> + <exclude>**/.git/**</exclude> <exclude>**/site-content/**</exclude> <exclude>**/target/**</exclude> </excludes>