From d22071a98ef29011b73f3eb72cabac8904b89d9b Mon Sep 17 00:00:00 2001 From: Jiayuan Gu Date: Wed, 24 Oct 2018 17:22:30 -0700 Subject: [PATCH 1/2] Update .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index eb070dd8c..f0088e91b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ __pycache__ _ext *.pyc *.so +# TODO: unify name torch_detectron.egg-info/ torch_detectron/legacy/ build/ @@ -22,6 +23,9 @@ dist/ *.swp *~ +# Pycharm editor settings +.idea + # project dirs /datasets /models From bbd264a9587d1cfb6be598dc8abf16d5c0f297e0 Mon Sep 17 00:00:00 2001 From: Jiayuan Gu Date: Wed, 24 Oct 2018 18:04:35 -0700 Subject: [PATCH 2/2] Update .gitignore --- .gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0088e91b..6fb2c0938 100644 --- a/.gitignore +++ b/.gitignore @@ -3,9 +3,7 @@ __pycache__ _ext *.pyc *.so -# TODO: unify name -torch_detectron.egg-info/ -torch_detectron/legacy/ +maskrcnn-benchmark.egg-info/ build/ dist/