diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-03-26 08:24:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-26 08:24:05 +0000 |
commit | 63750134d02b6cdf34172afa055e44f65025fbc7 (patch) | |
tree | be16ec866f0f9632f9aefab4c472cbb50119e38f /ansible | |
parent | a71176f4785190ff5e29f006bf7d1d612624bbd4 (diff) | |
parent | 4b736e3c232d94387f44afbda463fb82ef6c2c15 (diff) |
Merge ".gitignore for Molecule testing"
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ansible/.gitignore b/ansible/.gitignore index e5505c9e..c1c4d568 100644 --- a/ansible/.gitignore +++ b/ansible/.gitignore @@ -1,3 +1,6 @@ ansible_chroot application/* certs/ + +# Molecule testing +__pycache__/ |