From c88429a1b754e3a84f8a62d3b809b45b88276dea Mon Sep 17 00:00:00 2001 From: Don Brown Date: Sun, 16 Feb 2014 01:36:01 -0700 Subject: [PATCH] Ignore shared objects --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 44dbce3..bec1d94 100755 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.swp ._* *.pyc +*.so *.cache _trial_temp/ *.pid