kolla/.gitignore
Martin André 888bb9cc8c Move genenv.sh and start.sh to tools directory
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
2015-03-20 10:31:02 +09:00

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