You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/05/29 21:33:34 UTC

[incubator-openwhisk-utilities] branch master updated: add go excludes (#43)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7a50712  add go excludes (#43)
7a50712 is described below

commit 7a50712667d9482c65693f27720994cd11fc4c85
Author: Carlos Santana <cs...@apache.org>
AuthorDate: Tue May 29 17:33:32 2018 -0400

    add go excludes (#43)
---
 scancode/ASF-Release.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scancode/ASF-Release.cfg b/scancode/ASF-Release.cfg
index be16e89..ec483db 100644
--- a/scancode/ASF-Release.cfg
+++ b/scancode/ASF-Release.cfg
@@ -61,6 +61,10 @@ ASFMinifiedLicenseHeaderREM.txt
 .pydevproject
 .rat-excludes
 
+# 'vendor' and cache directory create by gograble build tool
+.gogradle
+vendor
+
 # Exclude performance test files (no significant content)
 incubator-openwhisk/tests/performance/wrk_tests
 incubator-openwhisk/tests/dat/actions

-- 
To stop receiving notification emails like this one, please contact
mrutkowski@apache.org.