aa1b7651d3
* Add path module to handle paths * Finds the venv * Finds the overcloudrc * Clean-up/refactor imports Change-Id: I24c269f2073a28ae0bee230cb9911dc89249f79f
37 lines
626 B
Plaintext
37 lines
626 B
Plaintext
*.py[cod]
|
|
.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]
|