From 11658e3616ff4f600498574dd4ff6977c2ce7ebc Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 5 Jul 2012 09:45:35 -0400 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2dde4e510..cc9b93c94 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ dist/* .coverage covhtml *.egg* +.project +.pydevproject +