From 4a3b9dd03d10520849bab44c67455487b4a6e242 Mon Sep 17 00:00:00 2001 From: Pete Birley Date: Mon, 5 Jun 2017 09:16:22 -0500 Subject: [PATCH] Fix .gitignore to not include logs dir This PS fixes the .gitignore file to not include the logs dir created by development operation of OpenStack-Helm. Change-Id: I67a71157b62afc76877285d1a90e191988df8afe --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b398b2da77..0858be85fa 100644 --- a/.gitignore +++ b/.gitignore @@ -70,4 +70,4 @@ dev/.vagrant dev/*.log # Gate and Check Logs -./logs/ +logs/