From 6b8815dc43248ad8759e975973adc96dda900506 Mon Sep 17 00:00:00 2001 From: "Stuart P. Bentley" Date: Fri, 28 Feb 2014 12:46:45 -0800 Subject: [PATCH] Remove Results classes from Node gitignore These aren't really common patterns in the Node world, and if a Node project includes one of these types as files, they're as likely to want to include them in the project as not (`*.csv` is as likely to be a data source as `*.json`). --- Node.gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Node.gitignore b/Node.gitignore index 3a73dd6c..da23d0d4 100644 --- a/Node.gitignore +++ b/Node.gitignore @@ -7,13 +7,6 @@ pids *.pid *.seed -# Run / build output -results -*.csv -*.dat -*.out -*.gz - # Directory for instrumented libs generated by jscoverage/JSCover lib-cov