adjutant-ui/.gitignore
adrian-turjak bf62bc73a0 Renamed to Adjutant and cull legacy code
* Renaming from StackTask to Adjutant.
* Cull unused or old elements of code originally
  from heatclient.
* Remove old cli as deprecation is redundant with the
  rename as well. Rename is now a blank slate for the cli
  and the cli is entirely OSC based.

Change-Id: Ic548bdd0f5dadfe537ffe5e1eed7725358c13fce
2017-05-25 21:32:41 +12:00

23 lines
203 B
Plaintext

.coverage
.venv
*,cover
cover
*.pyc
AUTHORS
build
dist
ChangeLog
run_tests.err.log
.tox
doc/source/api
doc/build
*.egg
.eggs/*
adjutantclient/versioninfo
*.egg-info
*.log
.testrepository
.pypirc
env/
*~