84e37ddf11
Change-Id: I50d753d0f23c8feb6d2777bffa136c6c21ec2e40
40 lines
348 B
Plaintext
40 lines
348 B
Plaintext
*.py[cod]
|
|
|
|
# Testing cruft
|
|
.tox
|
|
.venv
|
|
*.egg*
|
|
egg
|
|
.coverage
|
|
cover
|
|
nosetests.xml
|
|
.testrepository
|
|
.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/
|
|
.cache
|