From 31429f62b567e3c646e41525f6407b3d150fe34c Mon Sep 17 00:00:00 2001 From: Mike Dirolf Date: Mon, 2 Feb 2009 13:47:19 -0500 Subject: [PATCH] ignore compiled c extensions --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2b6707462..0cd09d3c0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,5 +8,4 @@ doc/ build/ dist/ pymongo.egg-info/ -examples/pymongo -examples/gridfs +*.so