e10422e812
Pip created *egg directory when using it with -e option. TrivialFix Change-Id: I21d4dba90ea90f8799a317637aa143338c59d106
70 lines
715 B
Plaintext
70 lines
715 B
Plaintext
# python
|
|
*egg/
|
|
*.egg-info
|
|
.venv
|
|
*.pyc
|
|
|
|
# vagrant
|
|
.vagrant
|
|
|
|
tmp/
|
|
|
|
#vim
|
|
*.swp
|
|
|
|
.eggs
|
|
build
|
|
publish-docs
|
|
docs/_build
|
|
|
|
state/
|
|
clients.json
|
|
rs/
|
|
|
|
solar.log
|
|
x-venv/
|
|
.tmp/
|
|
modules/
|
|
|
|
celery*.pid
|
|
celery*.log
|
|
|
|
*.dot
|
|
*.png
|
|
*.svg
|
|
resources_compiled.py
|
|
|
|
# bootstrap
|
|
bootstrap/playbooks/*.retry
|
|
bootstrap/packer_cache
|
|
bootstrap/output-qemu
|
|
bootstrap/trusty64
|
|
bootstrap/solar-master.box
|
|
bootstrap/solar-master-centos-virtualbox.box
|
|
bootstrap/solar-master-centos-libvirt.box
|
|
vagrant-settings.yaml
|
|
|
|
.solar_cli_uids
|
|
|
|
.ssh/
|
|
.cache
|
|
|
|
.tox
|
|
ChangeLog
|
|
AUTHORS
|
|
.coverage
|
|
|
|
|
|
# pytest cache
|
|
solar/.cache
|
|
.config.override
|
|
|
|
.testrepository/
|
|
|
|
.solar_config_override
|
|
|
|
.ropeproject
|
|
|
|
# for simplicity let's keep solar-resources there
|
|
solar-resources
|