~cprov/uci-engine/webui-editable

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# For all dependencies running from source
./branches/*
# Created when uploading the payload
./.uploaded_version_info
./docs/_build
.deps
*.egg-info
*.pyc
*.swp
local_settings.py
.ppa-assigner.lpcreds
# juju-deployer will deploy this file on the units, but it doesn't exist
# locally. Yet some local testing can be achieved by having a local
# version. Since real credentials are used there, this should *not* be
# version controlled.
./unit_config
# A few charms use charmhelpers. It needs to be on PYTHONPATH at the time the
# charm is run, so the charms copy it to their hooks directory.
charms/precise/*/hooks/charmhelpers
# The webui copies what it needs here to be deployed with the charm.
charms/precise/webui/files/webroot