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

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

commit 6660a0d34a025d87705b55045c267f882a3a104c
Author: Christian Bickel <cbic...@de.ibm.com>
AuthorDate: Mon Aug 7 08:30:10 2017 +0200

    Add ability to add own environments without polluting git
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 6e8a0c1..ae7a95b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,6 +10,13 @@ default.props
 results
 *.retry
 
+# Environments
+/ansible/environments/*
+!/ansible/environments/distributed
+!/ansible/environments/docker-machine
+!/ansible/environments/local
+!/ansible/environments/mac
+
 # Eclipse
 bin/
 **/.project

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

Reply via email to