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
This commit is contained in:
Pete Birley 2017-06-05 09:16:22 -05:00
parent c1e008643d
commit 4a3b9dd03d
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -70,4 +70,4 @@ dev/.vagrant
dev/*.log
# Gate and Check Logs
./logs/
logs/