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-java.git
The following commit(s) were added to refs/heads/master by this push:
new 6267a57 Exclude .* from rat
6267a57 is described below
commit 6267a57ef74d7e2ae2ba7f92b36ab8549980dc14
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Jan 31 12:37:46 2021 -0800
Exclude .* from rat
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 867dcd2..909ce70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -299,6 +299,7 @@ under the License.
<!-- rat uses .gitignore for excludes by default -->
<exclude>**/*.yaml</exclude>
<exclude>**/*.yml</exclude>
+ <exclude>**/.*</exclude>
<exclude>**/test/resources/**/*.txt</exclude>
<exclude>LICENSE</exclude>
<exclude>NOTICE</exclude>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]