You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/01/24 06:50:27 UTC

[incubator-datasketches-characterization] branch master updated: exclude cpp/matlab and cpp/results data from rat plugin.

This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-characterization.git


The following commit(s) were added to refs/heads/master by this push:
     new 0145627  exclude cpp/matlab and cpp/results data from rat plugin.
     new 470b57d  Merge branch 'master' of git@github.com:apache/incubator-datasketches-characterization.git
0145627 is described below

commit 0145627048602475d55845ee9b4adabce3b99e50
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jan 23 22:49:10 2020 -0800

    exclude cpp/matlab and cpp/results data from rat plugin.
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 15d936c..bb4aeff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -339,6 +339,8 @@ under the License.
               <!-- rat uses .gitignore for excludes by default -->
               <exclude>**/*.txt</exclude>
               <exclude>src/main/resources/**/*.conf</exclude>
+              <exclude>cpp/matlab/**</exclude>
+              <exclude>cpp/results/**</exclude>
               <exclude>LICENSE</exclude>
               <exclude>NOTICE</exclude>
               <exclude>DISCLAIMER-WIP</exclude>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org