tripleo-ansible/.gitignore
Toure eb9c4944a9 Adding playbook support for changes coming to python-tripleoclient.
These playbooks will allow for clean interface to the backup and restore
role.

Change-Id: I6f3fa1a6bf6a7f7ebc8c41b69708b75c94cce738
2020-06-05 17:19:41 -04:00

41 lines
352 B
Plaintext

*.py[cod]
# Testing cruft
.tox
.venv
*.egg*
egg
.coverage
cover
.tox
nosetests.xml
.testrepository
.venv
.stestr
tripleo_ansible.egg-info/
__pycache__
build
# Editors
*~
.*.swp
.*sw?
# Playbook retry files
*.retry
# roles
tripleo_ansible/roles.galaxy/*
# Sphinx
doc/build
ansible-errors.json
pytestdebug.log
# doc
doc/build/*
# JetBrain
.idea/