diff options
Diffstat (limited to 'ansible_collections/community/libvirt/.gitignore')
-rw-r--r-- | ansible_collections/community/libvirt/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ansible_collections/community/libvirt/.gitignore b/ansible_collections/community/libvirt/.gitignore new file mode 100644 index 00000000..fe044d71 --- /dev/null +++ b/ansible_collections/community/libvirt/.gitignore @@ -0,0 +1,9 @@ +# python stuff +__pycache__/ +*.py[cod] + +# ansible-test stuff +/tests/output/ + +# antsibull-changelog stuff +/changelogs/.plugin-cache.yaml |