ignore project files for eclipse/pydev

eclipse is far too commit happy to keep adding these files into the
tree making it a manual process to remove them before submit. This
should make life a little simpler for people using pydev.

Change-Id: Icd0ceea53daa76e6c36933ced174a235e070c394
This commit is contained in:
Sean Dague 2012-07-05 09:45:35 -04:00
parent 44f1c63969
commit 11658e3616
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -28,3 +28,6 @@ dist/*
.coverage
covhtml
*.egg*
.project
.pydevproject