Browse Source
Merge pull request #2662 from ganeshmaharaj/vagrant-gitignore
Vagrantfile: Add vagrant inventory file in any directory to .gitignore
pull/2676/head
Aivars Sterns
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.gitignore
|
@ -1,6 +1,6 @@ |
|
|
.vagrant |
|
|
.vagrant |
|
|
*.retry |
|
|
*.retry |
|
|
inventory/vagrant_ansible_inventory |
|
|
|
|
|
|
|
|
**/vagrant_ansible_inventory |
|
|
inventory/credentials/ |
|
|
inventory/credentials/ |
|
|
inventory/group_vars/fake_hosts.yml |
|
|
inventory/group_vars/fake_hosts.yml |
|
|
inventory/host_vars/ |
|
|
inventory/host_vars/ |
|
|