Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2015-01-08 16:00:43 +0300
committerBen Noordhuis <info@bnoordhuis.nl>2015-01-09 01:21:20 +0300
commitf17f473af5e28f4ec00a518f97a84b69c426309e (patch)
tree796640291d71a73ef03ee50e023fc4798f6a6947 /.gitignore
parent3e7a25dd95194269fd112aa5677fc5e6d4156135 (diff)
build: rename binary from node to iojs
* rename the build targets * update the test runner to use `out/{Debug,Release}/iojs` * update the installer to install the iojs binary * update one test that explicitly checks for the binary name PR-URL: https://github.com/iojs/io.js/pull/262 Reviewed-By: Bert Belder <bertbelder@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 4ed758e7a3e..7f6cb17cbc0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,8 +10,8 @@ tags
doc/api.xml
tmp/
test/tmp*/
-node
-node_g
+iojs
+iojs_g
*.swp
.benchmark_reports
/.project