mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
Ignore vim .swp files and files generated by creating ansible-freeipa collection, when checking repository status.
15 lines
176 B
Plaintext
15 lines
176 B
Plaintext
*.pyc
|
|
*.retry
|
|
*.swp
|
|
|
|
# collection files
|
|
freeipa-ansible_freeipa*.tar.gz
|
|
redhat-rhel_idm*.tar.gz
|
|
importer_result.json
|
|
|
|
# ignore virtual environments
|
|
/.tox/
|
|
/.venv/
|
|
|
|
tests/logs/
|