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: Ifbb5762b6e16b315f4066ceff35e85d2ac6f990f
This commit is contained in:
Luis A. Garcia 2013-07-18 22:45:38 +00:00
parent e7998996aa
commit 6c79e11bed
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -20,3 +20,5 @@ openstack/versioninfo
*.egg
openstack/common/db/*.sqlite
.testrepository/
.project
.pydevproject