From 6b9dde7b0394252c7aae1167425668a3b8c5b040 Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Thu, 11 Aug 2016 11:22:29 -0700 Subject: [PATCH] Added clouds.yaml to excludes. Individual developers would probably like to be able to run their tests against devstack. Since we can't predict which devstack they'll run against, this patch makes sure that each can configure their own cloud as they see fit. Change-Id: If0b8184b083f7defa04a568aa6e49cbf5ddb6a88 --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 044624e..684ceaf 100644 --- a/.gitignore +++ b/.gitignore @@ -32,9 +32,10 @@ bower_components # Optional REPL history .node_repl_history -# IDE files +# Dev Environment Excludes *.iml .idea +clouds.yaml # OS-specific .DS_Store