8b6c9b1537
* Fix broken remove_yaml function * Improvement to rspec debugging * Add more debug and spec for generate_vip function * Remove unneeded globals cache options from rspec launcher Change-Id: Ie4388e3fd226dd55a920bdfdbee6a05430ed1805 Closes-Bug: 1478643
34 lines
220 B
Plaintext
34 lines
220 B
Plaintext
# IDEs
|
|
.idea
|
|
.settings
|
|
.project
|
|
|
|
# ISO
|
|
iso/local_mirror
|
|
iso/build
|
|
|
|
# Python
|
|
*.pyc
|
|
.tox
|
|
|
|
# Doc
|
|
_build
|
|
|
|
# Editors
|
|
*.swp
|
|
*~
|
|
|
|
# Vagrant
|
|
.vagrant
|
|
Vagrantfile
|
|
|
|
# Bundle
|
|
Gemfile.lock
|
|
.bundled_gems
|
|
|
|
/rdoc
|
|
|
|
task_graph.png
|
|
|
|
*.log
|