browbeat/.gitignore
Sorin Sbarnea 7bc805ef08 Fix package building failure due to empty description
Adds descriptions and avoid twine check failure when the sdist package
was build via python3. It seems that sdist command produce different
packages in this unique case where Description field becomes False
instead of UNKNOWN.

This also adds new dist tox targets that tests that packaging works
well. On CI we have diffent job that does almost the same thing.

Change-Id: I93300e49b80fc170c1b73ffb5540cd42754e6a21
2018-11-08 18:42:17 +00:00

45 lines
692 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]