From 11dea954db69ef3601e88320964bc62c56e44f19 Mon Sep 17 00:00:00 2001 From: Plamen Dimitrov Date: Fri, 25 Jan 2019 13:18:33 +0200 Subject: [PATCH] Ignore some PyDev configuration in the git tree --- .gitignore | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 4f9e10b..fa0f5a8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,8 @@ dist/ MANIFEST _build/ doc/ + +# PyDev +.project +.pydevproject +.settings/ -- 1.7.1