bifrost/.gitignore
Jacob Anders fbb66d1bc3 Add ansible collections symlink to .gitignore
https://review.opendev.org/#/c/742192/ added the creation of
symbolic link to Ansible Collections to env-setup.sh script
however it overlooked adding the symbolic link to .gitignore.
This change resolves this issue.

Change-Id: I5327b67d42b196c1e16d97ba562d1f7845ab407f
2020-07-27 12:00:01 +10:00

79 lines
923 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
.testrepository
.venv
.stestr
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# Complexity
output/*.html
output/*/index.html
# Sphinx
_build
doc/build
# pbr generates these
AUTHORS
ChangeLog
# Editors
*~
.*.swp
.*sw?
# test-bifrost log output
logs
#Files created by release notes generation
releasenotes/build
# Ansible retry files
*.retry
# Ansible modules that may be downloaded during env-setup.sh
playbooks/library/os_ironic.py
playbooks/library/os_ironic_node.py
playbooks/library/os_ironic_inspect.py
playbooks/library/os_keystone_service.py
playbooks/collections
# Other
*.DS_Store
.idea
# Generated by bifrost-cli
baremetal-inventory.json
baremetal-nodes.json