From 45309f9db09bcdc629ec4962ba41daed17465475 Mon Sep 17 00:00:00 2001 From: DR695H Date: Mon, 6 Mar 2017 17:11:41 -0500 Subject: updating the gitignore updating the gitignore to include extra project files we want to ignore Change-Id: I7c71b9aa56c54d2a24c3b9e8c300c3196a0e2594 Signed-off-by: DR695H --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c9bd9f8..3b06752 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ -.tox/* -openecomp_heatbridge.egg-info/* +/.tox/ +/openecomp_heatbridge.egg-info/ +/.project +/.pydevproject \ No newline at end of file -- cgit 1.2.3-korg