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 2021/07/22 22:09:20 UTC

[datasketches-memory] branch master updated: Add .clover/ to gitignore and to rat excludes

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/datasketches-memory.git


The following commit(s) were added to refs/heads/master by this push:
     new c4b6a66  Add .clover/ to gitignore and to rat excludes
c4b6a66 is described below

commit c4b6a660e65a5461058129d0d19b40e78edfcc6d
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Thu Jul 22 15:09:06 2021 -0700

    Add .clover/ to gitignore and to rat excludes
---
 .gitignore | 2 +-
 pom.xml    | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0dc3154..10c850e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,7 +14,7 @@ datasketches-memory*/.gitignore
 *.iws
 
 # Additional tools
-.clover
+.clover/
 
 #OSX files
 .DS_Store
diff --git a/pom.xml b/pom.xml
index 97d5ab5..cc74f42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -315,10 +315,10 @@ under the License.
             <consoleOutput>true</consoleOutput>
             <useDefaultExcludes>true</useDefaultExcludes>
             <excludes>
-              <!-- rat uses .gitignore for excludes by default -->
               <exclude>**/*.yaml</exclude>
               <exclude>**/*.yml</exclude>
-              <exclude>**/.*</exclude>
+              <exclude>**/.*/**/*</exclude>
+              <exclude>**/.clover/**/*</exclude>
               <exclude>**/test/resources/**/*.txt</exclude>
               <exclude>**/docs/*.md</exclude>
               <exclude>LICENSE</exclude>

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