From 642a3c0163a0e7ca90932743cbe78224aa6f32e4 Mon Sep 17 00:00:00 2001 From: Logan Lowell Date: Wed, 25 May 2011 15:39:53 -0500 Subject: [PATCH] Updated ignore --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ac63adc..eae548d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,8 @@ *.gem -.bundle +*.bundle +*.so +*.a Gemfile.lock pkg/* -tmp/* \ No newline at end of file +tmp/* +build/*