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

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


The following commit(s) were added to refs/heads/master by this push:
     new bbe2e89  Apache Rat additional excludes rules added (#3631)
bbe2e89 is described below

commit bbe2e896bb0c402ccbe9149cb10471d913a6773f
Author: Josh Fischer <[email protected]>
AuthorDate: Wed Nov 18 02:39:56 2020 -0600

    Apache Rat additional excludes rules added (#3631)
    
    * adding website2 folder and travis toolchain bazel rule to .rat_excludes
    
    * adding missed directory for generated site docs
---
 .rat-excludes | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.rat-excludes b/.rat-excludes
index f92e461..fc887cb 100644
--- a/.rat-excludes
+++ b/.rat-excludes
@@ -18,8 +18,13 @@ heron\.iml
 bazel-.*
 m4
 META-INF
-# website and website2 are not part of the release
+# website, website2, and generated-ste are not part of the release
 website
+website2
+generated-site
+
+# travis toolchain config is not part of the release
+cc_toolchain_config.bzl
 
 # UI resources
 # Apache 2.0 licenses & MIT Licenses

Reply via email to