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
This commit is contained in:
Luis A. Garcia 2013-11-08 20:21:17 +00:00
parent 8d8ddd50d0
commit ff35e28d23
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -20,3 +20,7 @@ tests.sqlite
glance/versioninfo
# Files created by doc build
doc/source/api
# IDE files
.project
.pydevproject