Add eclipse project files to .gitignore

Like some of the other projects (nova, heat) ignore eclipse
project files, for those people that work with eclipse (yuck :)

Change-Id: I803a5a9a4bf30dc053b3f3a260a69ce19f3a6c9b
This commit is contained in:
Luis A. Garcia 2013-07-18 22:39:44 +00:00
parent 305ecd8178
commit d836c1f05a
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -12,3 +12,5 @@ doc/build/
doc/source/api/
dist/
.testrepository/
.project
.pydevproject