142e8f538a
Ignore browbeat.egg-info as well. Change-Id: Ibeebd446f50baa5e4d751e6d823daac8a5209948 Signed-off-by: Chuck Short <chucks@redhat.com>
43 lines
679 B
Plaintext
43 lines
679 B
Plaintext
*.py[cod]
|
|
|
|
# Distribution / packaging
|
|
*.egg*
|
|
|
|
# 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]
|