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:
authorcjihrig <cjihrig@gmail.com>2015-08-13 19:14:34 +0300
committercjihrig <cjihrig@gmail.com>2015-08-24 00:59:43 +0300
commita69ab27ab458385d24676792b75ad1c25b8c30e5 (patch)
treeeb44f3d0affb9173c2822fbbf25aa2a8a7ae6fe2 /.gitignore
parentae8d436623109f315229ca9cc05715af362257b0 (diff)
node: rename from io.js to node
This commit replaces instances of io.js with Node.js, based on the recent convergence. There are some remaining instances of io.js, related to build and the installer. Fixes: https://github.com/nodejs/node/issues/2361 PR-URL: https://github.com/nodejs/node/pull/2367 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: João Reis <reis@janeasystems.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 1dc001ffade..4d21d95a75c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,6 +12,8 @@ tmp/
test/tmp*/
iojs
iojs_g
+node
+node_g
*.swp
.benchmark_reports
/.project