Browse Source

Vagrantfile: Add vagrant inventory file in any directory to .gitignore

Follow-on fix for #2654

Signed-off-by: Ganesh Maharaj Mahalingam <ganesh.mahalingam@intel.com>
pull/2662/head
Ganesh Maharaj Mahalingam 6 years ago
parent
commit
c432697667
1 changed files with 1 additions and 1 deletions
  1. 2
      .gitignore

2
.gitignore

@ -1,6 +1,6 @@
.vagrant
*.retry
inventory/vagrant_ansible_inventory
**/vagrant_ansible_inventory
inventory/credentials/
inventory/group_vars/fake_hosts.yml
inventory/host_vars/

Loading…
Cancel
Save