Updated from OpenStack Ansible Tests
Change-Id: I98afc09d48fff1b09dbb1807bd071531ebdea3e8
This commit is contained in:
parent
6e98f55b25
commit
97686559e9
28
.gitignore
vendored
28
.gitignore
vendored
@ -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 #
|
# Compiled source #
|
||||||
###################
|
###################
|
||||||
*.com
|
*.com
|
||||||
@ -33,25 +44,11 @@ logs/*
|
|||||||
|
|
||||||
# OS generated files #
|
# OS generated files #
|
||||||
######################
|
######################
|
||||||
.DS_Store
|
|
||||||
.DS_Store?
|
|
||||||
._*
|
._*
|
||||||
.Spotlight-V100
|
|
||||||
.Trashes
|
|
||||||
.idea
|
|
||||||
.tox
|
.tox
|
||||||
*.sublime*
|
|
||||||
*.egg-info
|
*.egg-info
|
||||||
Icon?
|
|
||||||
ehthumbs.db
|
|
||||||
Thumbs.db
|
|
||||||
.eggs
|
.eggs
|
||||||
|
|
||||||
# User driven backup files #
|
|
||||||
############################
|
|
||||||
*.bak
|
|
||||||
*.swp
|
|
||||||
|
|
||||||
# Generated by pbr while building docs
|
# Generated by pbr while building docs
|
||||||
######################################
|
######################################
|
||||||
AUTHORS
|
AUTHORS
|
||||||
@ -70,6 +67,3 @@ tests/*.retry
|
|||||||
# Git clones
|
# Git clones
|
||||||
openstack-ansible-ops
|
openstack-ansible-ops
|
||||||
previous
|
previous
|
||||||
|
|
||||||
# Editor files
|
|
||||||
.vscode
|
|
||||||
|
Loading…
Reference in New Issue
Block a user