From 0084dfaff7192b3ab6d35a82b7acaa3b6cf58772 Mon Sep 17 00:00:00 2001 From: Alexander Kavanaugh Date: Wed, 23 Dec 2015 03:54:20 -0800 Subject: [PATCH] gitignore update for eclipse project files --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 64ad0a65e..5b225c03d 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,8 @@ _build # OSX *.DS_Store + +# editors +.project +.pydevproject +.settings/ \ No newline at end of file