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/03/20 03:13:01 UTC

[incubator-openwhisk] branch master updated: Ignore controller Certificate Signing Requests in git (#3456)

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 6649dc6  Ignore controller Certificate Signing Requests in git (#3456)
6649dc6 is described below

commit 6649dc6ea367f515d0973a23000495ae673e6a4d
Author: Jonathan Springer <jo...@gmail.com>
AuthorDate: Mon Mar 19 23:12:58 2018 -0400

    Ignore controller Certificate Signing Requests in git (#3456)
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 6a97330..960bb01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -64,6 +64,7 @@ ansible/roles/nginx/files/*.p12
 ansible/roles/nginx/files/*cert.pem
 ansible/roles/nginx/files/*p12
 ansible/roles/kafka/files/*
+ansible/roles/controller/files/*.csr
 ansible/roles/controller/files/*.pem
 ansible/roles/controller/files/*.key
 ansible/roles/controller/files/*.p12

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