glance/.gitignore
Luis A. Garcia ff35e28d23 Add eclipse project files to .gitignore
Like some of the other projects (nova, heat, oslo, cinder) git ignore
eclipse project files. This will remove manual steps for people
developing from eclipse.

Change-Id: Ib908c8d419072b440f5ec647bea8f13b97e48f7c
2013-11-26 16:40:32 +00:00

27 lines
279 B
Plaintext

*.pyc
*.swp
*.log
.glance-venv
.venv
.tox
.coverage
cover/*
nosetests.xml
coverage.xml
glance.sqlite
AUTHORS
ChangeLog
build
doc/source/api
dist
*.egg
glance.egg-info
tests.sqlite
glance/versioninfo
# Files created by doc build
doc/source/api
# IDE files
.project
.pydevproject