888bb9cc8c
Rename them `genenv` and `start`. Have `genenv` create the openrc file in the top-level directory. Add openrc and compose/openstack.env to gitignore, as well as *.img. Change-Id: I5d8006e97efd77cf364215f55d5e585139ae273e
15 lines
155 B
Plaintext
15 lines
155 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
|