From fa03e98426f61407f64befec4781019384682737 Mon Sep 17 00:00:00 2001 From: Paul Shen Date: Mon, 8 Jul 2013 16:40:21 -0700 Subject: [PATCH] Add __benchmarks__ to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b7e395980c..7ccae8734d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ node_modules static .grunt _SpecRunner.html +__benchmarks__ build/ *.gem docs/code