python-glanceclient/.gitignore
Brian Waldon c530de6389 Basic get/list operations work
* 'glance image-list' and 'glance image-show' work
* Set up tests, pep8, venv
2012-03-26 22:48:48 -07:00

14 lines
119 B
Plaintext

.coverage
.venv
*,cover
cover
*.pyc
.idea
*.swp
*~
build
dist
python_glanceclient.egg-info
ChangeLog
run_tests.err.log