You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ra...@apache.org on 2018/01/17 16:43:38 UTC

[incubator-openwhisk-utilities] branch master updated: Add '.gogradle' directory to exclusions (#22)

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

rabbah 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 1b5c42d  Add '.gogradle' directory to exclusions (#22)
1b5c42d is described below

commit 1b5c42d9f70b2ecd559967f6f6d029171037a29a
Author: Jonathan Springer <jo...@gmail.com>
AuthorDate: Wed Jan 17 11:43:37 2018 -0500

    Add '.gogradle' directory to exclusions (#22)
---
 scancode/scanCode.cfg | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scancode/scanCode.cfg b/scancode/scanCode.cfg
index aee9e47..719758c 100644
--- a/scancode/scanCode.cfg
+++ b/scancode/scanCode.cfg
@@ -36,7 +36,8 @@ deploy.xml=no_tabs, no_trailing_spaces, eol_at_eof
 # OpenWhisk binary artifact exclusion
 bin
 
-# 'vendor' directory create by go build tools (e.g. 'gogradle')
+# 'vendor' and cache directory create by gograble build tool
+.gogradle
 vendor
 
 # Jenkins/test generated reports

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <co...@openwhisk.apache.org>'].