Add log directory to .gitignore

The log directory gets created when running specs locally. Let's ignore
it.

Change-Id: I9a2a25222b306cf79d140cbaa477936cd99d94ae
This commit is contained in:
Martin André 2016-08-12 10:29:55 +02:00
parent cab4e005ae
commit f3a544cf4f
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ coverage/
*.swp
*.iml
openstack/
log/
# Files created by releasenotes build
releasenotes/build