solar/.gitignore
Jedrzej Nowak 4060b36fed Moved examples, resources and templates
new location is https://github.com/Mirantis/solar-resources,
later will be changed to openstack one.
- vagrant stuff assumes that solar-resources is cloned into /vagrant/solar-resources
- adjusted docker compose file
- added solar-resources to .gitignore

Change-Id: If2fea99145395606e6c15c9adbc127ecff4823f9
2016-01-13 13:33:02 +01:00

63 lines
542 B
Plaintext

# python
*.egg-info
.venv
*.pyc
# vagrant
.vagrant
tmp/
#vim
*.swp
.eggs
build
docs/_build
state/
clients.json
rs/
solar.log
x-venv/
.tmp/
modules/
celery*.pid
celery*.log
*.dot
*.png
*.svg
resources_compiled.py
# bootstrap
bootstrap/packer_cache
bootstrap/trusty64
bootstrap/solar-master.box
vagrant-settings.yaml
.solar_cli_uids
.ssh/
.cache
.tox
.coverage
# pytest cache
solar/.cache
.config.override
.testrepository/
.solar_config_override
.ropeproject
# for simplicity let's keep solar-resources there
solar-resources