f90a6d42b3
Change-Id: Ie2fea14d2cbfb2c0b78cdc3064df0a558fa28a4c
38 lines
333 B
Plaintext
38 lines
333 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/*
|