You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/08/14 13:22:57 UTC

[11/33] commons-rng git commit: add .git to src excludes

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/master
Commit: 8711cb9a66952d9aab31e14f1a8ed5eb323303dd
Parents: 562a24f
Author: Rob Tompkins <ch...@gmail.com>
Authored: Tue Jul 24 17:26:07 2018 -0400
Committer: Rob Tompkins <ch...@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>