e8f74f5588
As the noop tests framework was removed to the separate repo, this updates the README and .gitignore as well. Related-blueprint: deployment-data-dryrun Change-Id: I806685b0dcdc8f06b7f8a5dc291828e3ec4421e0 Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
43 lines
345 B
Plaintext
43 lines
345 B
Plaintext
# IDEs
|
|
.idea
|
|
.settings
|
|
.project
|
|
|
|
# ISO
|
|
iso/local_mirror
|
|
iso/build
|
|
|
|
# Python
|
|
*.pyc
|
|
.tox
|
|
|
|
# Doc
|
|
_build
|
|
doc/*/build/
|
|
publish-docs/
|
|
|
|
# Editors
|
|
*.swp
|
|
*~
|
|
|
|
# Vagrant
|
|
.vagrant
|
|
Vagrantfile
|
|
|
|
# Bundle
|
|
Gemfile.lock
|
|
.bundled_gems
|
|
.bundle
|
|
|
|
/rdoc
|
|
|
|
task_graph.png
|
|
|
|
*.log
|
|
*-catalog.log.pp
|
|
*-spec.log.rb
|
|
|
|
.librarian
|
|
tests/noop/coverage/
|
|
tests/noop/spec/fixtures/
|