Add log directory to .gitignore

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

Change-Id: Id0219ba852698fcf14833bb85c4246278e51624a
This commit is contained in:
Martin André 2016-08-12 10:26:52 +02:00
parent 7b13911900
commit eb4bea55fa
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