5eb67e275e
Extract the Vagrantfile configuration to a Vagrantfile.custom file, to permit easy customization of the Vagrant deployment without the need to modify a file under version control. Closes-Bug: #1517475 Change-Id: I03e3ef373ec47e3d622b77fa9cf88748db99adaa
36 lines
497 B
Plaintext
36 lines
497 B
Plaintext
# vim and emacs temp files
|
|
*~
|
|
[._]*.s[a-w][a-z]
|
|
|
|
# Any disk images
|
|
*.qcow2
|
|
*.img
|
|
|
|
.tox/
|
|
.buildconf
|
|
|
|
# Files generated by tools/genenv
|
|
openrc
|
|
openstack.env
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# the files generated from tox command.
|
|
.testrepository/
|
|
AUTHORS
|
|
ChangeLog
|
|
doc/build
|
|
|
|
# Files generated by Vagrant
|
|
dev/vagrant/Vagrantfile.custom
|
|
dev/vagrant/vagrantkey
|
|
dev/vagrant/vagrantkey.pub
|
|
dev/vagrant/storage/
|
|
.vagrant/
|
|
|
|
# Files generated by JetBrains
|
|
.idea/
|