From 1a08325b6d1746bda1e339d03cc13210d1340821 Mon Sep 17 00:00:00 2001 From: Pasi Eronen Date: Fri, 29 Aug 2014 16:09:14 +0300 Subject: [PATCH] Ignore generated .js under test/ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ba2a97b..0e6f827 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules coverage +test/*.js