diff options
author | James Laska <jlaska@users.noreply.github.com> | 2015-05-15 21:36:44 +0200 |
---|---|---|
committer | James Laska <jlaska@users.noreply.github.com> | 2015-05-15 21:36:44 +0200 |
commit | 89a4e43cd0a16316205b534c7e0b75196ed28e6b (patch) | |
tree | 080764e60e91b82b0eb244f6c2ca9775b7811323 /.gitignore | |
parent | Revert "Setup initial system tracking struture" (diff) | |
parent | First pass at integration package vagrant workflow (diff) | |
download | awx-89a4e43cd0a16316205b534c7e0b75196ed28e6b.tar.xz awx-89a4e43cd0a16316205b534c7e0b75196ed28e6b.zip |
Merge pull request #216 from jlaska/packer_improvements
Update packer configuration to include vagrant
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 226a9133c3..26becf1bf1 100644 --- a/.gitignore +++ b/.gitignore @@ -58,6 +58,10 @@ pep8.txt tools/vagrant/local.yml .vagrant* +# Virtualbox +ansible-tower-*-ova +ansible-tower-*.box + # Setup setup.log backup.log |