From f36856b5e5b1fc3072917653b460de0c2d8ae8af Mon Sep 17 00:00:00 2001 From: Alex Bortok Date: Tue, 12 Feb 2019 11:20:48 -0800 Subject: [PATCH 1/2] Deleted .Python symlink --- .Python | 1 - 1 file changed, 1 deletion(-) delete mode 120000 .Python diff --git a/.Python b/.Python deleted file mode 120000 index 91eab5c..0000000 --- a/.Python +++ /dev/null @@ -1 +0,0 @@ -/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/Python \ No newline at end of file From c49e877b7012643b49d9c13ab010ea2203746f08 Mon Sep 17 00:00:00 2001 From: Alex Bortok Date: Tue, 12 Feb 2019 11:21:56 -0800 Subject: [PATCH 2/2] Added .Python to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c2f0d2d..112c6ae 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ include/* VisionNPB *.pyc .DS_Store +.Python