Add log directory to .gitignore

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

Change-Id: I1392a855ea23c901c32060921d5089947cc4c9c1
This commit is contained in:
Martin André 2016-08-12 10:22:21 +02:00
parent 519f974593
commit bd88e564f4
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