diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-22 13:49:49 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-22 13:49:49 -0500 |
commit | 1f3876fe3a3fcc2f4b7e7235e8a44fd6a508b861 (patch) | |
tree | 438b80fd34d6f15cb47d5dbec6be03d98116a95f /.gitignore | |
parent | 7b37016267b294836b0485cf5221fd986d7eccd1 (diff) | |
parent | d64cff74af432f7ec773e675228b691712c2daea (diff) | |
download | openshift-1f3876fe3a3fcc2f4b7e7235e8a44fd6a508b861.tar.gz openshift-1f3876fe3a3fcc2f4b7e7235e8a44fd6a508b861.tar.bz2 openshift-1f3876fe3a3fcc2f4b7e7235e8a44fd6a508b861.tar.xz openshift-1f3876fe3a3fcc2f4b7e7235e8a44fd6a508b861.zip |
Merge pull request #1465 from detiber/gitignore_ansible_cfg
Add ansible.cfg to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 081659a94..626065fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ multi_ec2.yaml multi_inventory.yaml .vagrant .tags* +ansible.cfg |