Add *.log to gitignore to ignore vagrant logs

Change-Id: I1e6ac6c4a2b465442d132a1934de4d1d5d3e9552
Implements: blueprint vagrant-kuryr-k8s
This commit is contained in:
Frederick F. Kautz IV 2017-03-21 18:06:48 -07:00
parent be6f9b576e
commit 0fb247b197
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -58,3 +58,6 @@ etc/kuryr.conf.sample
# Ignore user specific local.conf settings for vagrant
contrib/vagrant/user_local.conf
# Log files
*.log