Add eclipse project files to .gitignore

Like some of the other projects (nova, heat, oslo) 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-07-18 22:32:27 +00:00
parent 2380feff7c
commit a579431c19
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -31,3 +31,7 @@ tags
# Files created by Sphinx build
doc/build
.autogenerated
# Development environment files
.project
.pydevproject