2257044bc0
Move to use the openstack-ansible-tests repository for Swift. Make changes use Ansible 2.1.1 (These are required for gating to work properly, since the majority of repositories have already changed). Additionally, lets set this up to work with 1 infra host in the MR swift gate to improve efficiency. Change-Id: Ic0d35bcf8bafb90a986c7cdda3987f70580af165
70 lines
848 B
Plaintext
70 lines
848 B
Plaintext
# Compiled source #
|
|
###################
|
|
*.com
|
|
*.class
|
|
*.dll
|
|
*.exe
|
|
*.o
|
|
*.so
|
|
*.pyc
|
|
build/
|
|
dist/
|
|
doc/build/
|
|
|
|
# Packages #
|
|
############
|
|
# it's better to unpack these files and commit the raw source
|
|
# git has its own built in compression methods
|
|
*.7z
|
|
*.dmg
|
|
*.gz
|
|
*.iso
|
|
*.jar
|
|
*.rar
|
|
*.tar
|
|
*.zip
|
|
|
|
# Logs and databases #
|
|
######################
|
|
*.log
|
|
*.sql
|
|
*.sqlite
|
|
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
|
|
ChangeLog
|
|
|
|
# Files created by releasenotes build
|
|
releasenotes/build
|
|
|
|
# Test temp files
|
|
tests/plugins
|
|
tests/playbooks
|
|
tests/test.retry
|
|
|
|
# Vagrant artifacts
|
|
.vagrant
|