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 2017/06/30 01:16:59 UTC

[incubator-openwhisk] branch master updated: ignore *.class with .gitignore (#2448)

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 294433e  ignore *.class with .gitignore (#2448)
294433e is described below

commit 294433e4ccad12793f094648f08130db2de5ce60
Author: Carlos Santana <cs...@gmail.com>
AuthorDate: Thu Jun 29 21:16:57 2017 -0400

    ignore *.class with .gitignore (#2448)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 437ce4c..3cad311 100644
--- a/.gitignore
+++ b/.gitignore
@@ -41,6 +41,7 @@ node_modules
 
 # IntelliJ
 .idea
+*.class
 
 # Ansible
 ansible/environments/docker-machine/hosts

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