Updated from OpenStack Ansible Integrated repository
Change-Id: Ic4dfaedeb6f082a918cdee57abbc990b7fd62075 Signed-off-by: OpenStack Proposal Bot <openstack-infra@lists.openstack.org> Generated-By: openstack/project-config:playbooks/proposal/propose_update.sh
This commit is contained in:
+29
-19
@@ -1,14 +1,3 @@
|
||||
# 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
|
||||
@@ -21,6 +10,7 @@
|
||||
build/
|
||||
dist/
|
||||
doc/build/
|
||||
deploy-guide/build/
|
||||
|
||||
# Packages #
|
||||
############
|
||||
@@ -44,11 +34,26 @@ logs/*
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.ansible
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
.idea
|
||||
.tox
|
||||
*.sublime*
|
||||
*.egg-info
|
||||
Icon?
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
.eggs
|
||||
.coverage
|
||||
*.retry
|
||||
|
||||
# User driven backup files #
|
||||
############################
|
||||
*.bak
|
||||
*.swp
|
||||
|
||||
# Generated by pbr while building docs
|
||||
######################################
|
||||
@@ -58,13 +63,18 @@ ChangeLog
|
||||
# Files created by releasenotes build
|
||||
releasenotes/build
|
||||
|
||||
# Test temp files
|
||||
tests/common
|
||||
tests/*.retry
|
||||
|
||||
# Vagrant artifacts
|
||||
.vagrant
|
||||
|
||||
# Git clones
|
||||
openstack-ansible-ops
|
||||
previous
|
||||
# run playbooks tests
|
||||
playbooks/root-include-playbook.yml
|
||||
playbooks/include-playbook.yml*
|
||||
playbooks/logs
|
||||
tests/inventory
|
||||
|
||||
# ignore zanata/sphinx cache on translation job
|
||||
.zanata-cache/
|
||||
doc/source/.doctrees/
|
||||
|
||||
# ignore fetched upper-contraints file while translation job
|
||||
upper-constraints.txt
|
||||
|
||||
Reference in New Issue
Block a user