Updated from OpenStack Ansible Tests

Change-Id: Iae2083bbbf01cb89d24cb1ddefde9ae2121b4fd2
This commit is contained in:
OpenStack Proposal Bot 2019-08-20 03:05:03 +00:00
parent 04ffd62f35
commit ea962e36dd
1 changed files with 11 additions and 17 deletions

28
.gitignore vendored
View File

@ -1,3 +1,14 @@
# Add patterns in here to exclude files created by tools integrated with this
# repository, such as test frameworks from the project's recommended workflow,
# rendered documentation and package builds.
#
# Don't add patterns to exclude files created by preferred personal tools
# (editors, IDEs, your operating system itself even). These should instead be
# maintained outside the repository, for example in a ~/.gitignore file added
# with:
#
# git config --global core.excludesfile '~/.gitignore'
# Compiled source #
###################
*.com
@ -33,25 +44,11 @@ logs/*
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
.idea
.tox
*.sublime*
*.egg-info
Icon?
ehthumbs.db
Thumbs.db
.eggs
# User driven backup files #
############################
*.bak
*.swp
# Generated by pbr while building docs
######################################
AUTHORS
@ -70,6 +67,3 @@ tests/*.retry
# Git clones
openstack-ansible-ops
previous
# Editor files
.vscode