browbeat/.gitignore

57 lines
847 B
Plaintext

*.py[cod]
# Distribution / packaging
*.egg*
build/
dist/
# Testing
.cache
.tox
# Virtual Environments:
.browbeat-venv
.perfkit-venv
.rally-venv
.shaker-venv
# OpenStack Environment Files
stackrc
overcloudrc
overcloudrc.v3
# Ansible files
*.retry
# Prevent ssh files from sneaking into the git repo
ansible/ssh-config
ansible/heat-admin-id_rsa
# Prevent hosts files from sneaking into the git repo
ansible/hosts
# Prevent any fernet keys from sneaking into git repo
ansible/browbeat/roles/keystone-token/files/[0-9]
# Prevent Ansible Checks data/scripts from entering git repo:
ansible/check/mysqltuner.pl
ansible/bug_report.log
ansible/mysql_report.log
log/*
# Swap files
*.sw[po]
# Containers
browbeat-containers/collectd-openstack/config/*
ansible-errors.json
# Molecule
.molecule/
# Pytest
.cache/
.pytest_cache/
.pytestdebug.log