d7a9939171
Vagrantfile and all related stuff moved to dev/ directory. Then .gitignore should be updated with this change. Change-Id: I15decd9d7ac21effe1485aead493da33002383ec Closes-Bug: #1505079
32 lines
427 B
Plaintext
32 lines
427 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/vagrantkey
|
|
dev/vagrant/vagrantkey.pub
|
|
dev/vagrant/storage/
|
|
.vagrant/
|