bareon/.gitignore
Mark Goddard b550ea2951 Add functional tests to Bareon
Change-Id: Idc60cca46d6d0feea3eb1cf7d23a97811c057d48
Implements: blueprint bareon-functional-testing
2017-01-05 11:56:23 +00:00

21 lines
150 B
Plaintext

.venv
*.pyc
# vim swap files
.*.swp
# services' runtime files
*.log
*.pid
build
dist
*.egg
.testrepository
.tox
.idea
.DS_Store
.cache
*.egg-info