From 1a626fd7a7653514a1d35b474b20c18f67a05fc7 Mon Sep 17 00:00:00 2001 From: Maurice Machado Date: Fri, 6 May 2011 21:12:35 -0300 Subject: [PATCH] Fixed packaging issue. --- .gitignore | 1 + lib/.gitignore | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e0ec23b..161af53 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store material/ node_modules/ +lib/*.js diff --git a/lib/.gitignore b/lib/.gitignore index a6c7c28..e69de29 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -1 +0,0 @@ -*.js