Updated from OpenStack Ansible Tests
Change-Id: I72c2f30a2701891303190c22fa504cee61e6d1e7
This commit is contained in:
parent
cbc3ed1216
commit
6760f6bd84
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