Files
designate-tempest-plugin/.gitignore
Kiall Mac Innes 25fb29e5c8 Initial layout of Designate tempest plugin
See https://review.openstack.org/283511 for history.

Change-Id: I7733e8786d6b525a7c9a8d4f12add329cd030d9d
Partially-Implements: blueprint designate-tempest-plugin
2016-04-07 08:08:46 +01:00

55 lines
574 B
Plaintext

# Python related files
*.dat
*.egg
*.egg-info
*.pyc
.eggs
TAGS
build
# Test related files
*.log
.coverage
.coverage.*
.testrepository/*
.tox
.venv
cover
flake8_results.html
functionaltests/.testrepository/
functionaltests/tempest.log
htmlcov/
venv
# Files created by releasenotes build
releasenotes/build
# Editors
*.sublime-workspace
*.swp
# Misc
*.DS_Store
*.idea
*.ipynb
*.orig
*.sqlite
*.sqlite3
/.ipynb_checkpoints/*
/bind9
/dnsmasq
AUTHORS
ChangeLog
contrib/vagrant/.vagrant/
designate/versioninfo
dist
doc/build/*
doc/source/api/*
etc/designate/*.conf
var/*