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:
authorRyan Dahl <ry@tinyclouds.org>2009-10-04 00:42:03 +0400
committerRyan Dahl <ry@tinyclouds.org>2009-10-04 00:48:33 +0400
commitbf0d278a4501b03e74d9e02309d667af2182c2a3 (patch)
tree8d0aeae2f99060aea5566a310fbaa535bc5d98bf /.gitignore
parent861f28f37a2db115f598fc61553ac6e71853c495 (diff)
Improve "make dist" remove generated doc from repo.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b9360130efc..bd85513b428 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,5 +3,8 @@ build
tags
.lock-wscript
*.pyc
+doc/api.xml
+doc/api.html
+doc/node.1
node
node_g