]> source.dussan.org Git - gitignore.git/commitdiff
Remove Results classes from Node gitignore 977/head
authorStuart P. Bentley <stuart@testtrack4.com>
Fri, 28 Feb 2014 20:46:45 +0000 (12:46 -0800)
committerStuart P. Bentley <stuart@testtrack4.com>
Fri, 28 Feb 2014 20:46:45 +0000 (12:46 -0800)
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

index 3a73dd6c643375c3f3264df0081f16f29247ae9e..da23d0d4bab05054b5ff73fe4d5910e17a6b278b 100644 (file)
@@ -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