diff options
author | Rick Elrod <rick@elrod.me> | 2020-03-28 17:07:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 17:07:29 -0500 |
commit | bd9e31fcb01100a510653f6f49715833bd637d31 (patch) | |
tree | c96c0ca6dfa867921872deb3e0fd5496abe8f494 /.gitignore | |
parent | 7777189954347e98310ac8d067f3141b81cf1c07 (diff) | |
download | ansible-bd9e31fcb01100a510653f6f49715833bd637d31.tar.gz |
Add a custom policy for hackers using ansible-test (#68535)
Signed-off-by: Rick Elrod <rick@elrod.me>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4b7a195dee..c9a324dda9 100644 --- a/.gitignore +++ b/.gitignore @@ -76,6 +76,8 @@ ansible.egg-info/ /test/integration/cloud-config-*.* !/test/integration/cloud-config-*.*.template .python-version +/hacking/tests/selinux/*.mod +/hacking/tests/selinux/*.pp # Release directory packaging/release/ansible_release /.cache/ |