From acb736d848cee3ab3404af462b5c2f6a9d9cb173 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Tue, 6 Dec 2011 19:43:03 -0500 Subject: [PATCH] Ignore built gem files. --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2ef238e..24e357b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ debug.log autotest .rbenv-version Gemfile.lock -debug.log \ No newline at end of file +debug.log +*.gem \ No newline at end of file