ignore vagrant generated files

Change-Id: Iac28140e3aaca7c9e22a172208b70d409dbbe87a
Closes-Bug: #1700777
This commit is contained in:
gardlt 2017-06-27 10:41:49 -05:00 committed by Alexis Rivera
parent efa8293e54
commit 14544e7917
1 changed files with 2 additions and 2 deletions

4
.gitignore vendored
View File

@ -58,7 +58,8 @@ releasenotes/build
# Dev tools # Dev tools
.idea/ .idea/
dev/.vagrant **/.vagrant
**/*.log
# Helm internals # Helm internals
*.lock *.lock
@ -67,7 +68,6 @@ dev/.vagrant
**/*.tgz **/*.tgz
**/_partials.tpl **/_partials.tpl
**/_globals.tpl **/_globals.tpl
dev/*.log
# Gate and Check Logs # Gate and Check Logs
logs/ logs/