tripleo-validations/.gitignore
Jiri Podivin fc889a24a4 Adding roles.galaxy to the gitignore
The newly documented manual role testing procedure leads to
creation of several new directories intended to support
the test operation.

These directories are temporary and shouldn't be tracked
under any circumstances.

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I8463b372a6917a04ec8c5d5a461cfeffec3989ef
2022-04-22 14:04:22 +00:00

68 lines
650 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
!.coveragerc
.tox
nosetests.xml
.testrepository
.venv
.stestr/*
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
doc/source/validations-*.rst
# Files created by releasenotes build
releasenotes/build
# Ansible specific
hosts
*.retry
# Roles testing
roles/roles.galaxy