mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-25 00:44:42 +00:00
Make Git ignore temporary and output files.
Ignore vim .swp files and files generated by creating ansible-freeipa collection, when checking repository status.
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,5 +1,11 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.retry
|
*.retry
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
# collection files
|
||||||
|
freeipa-ansible_freeipa*.tar.gz
|
||||||
|
redhat-rhel_idm*.tar.gz
|
||||||
|
importer_result.json
|
||||||
|
|
||||||
# ignore virtual environments
|
# ignore virtual environments
|
||||||
/.tox/
|
/.tox/
|
||||||
|
|||||||
Reference in New Issue
Block a user