rabbah closed pull request #3456: Ignore controller Certificate Signing Requests in git URL: https://github.com/apache/incubator-openwhisk/pull/3456
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/.gitignore b/.gitignore index 6a973302b2..960bb0178b 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
