aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-30 00:33:47 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-01-30 00:33:47 +0100
commit1a6d72c83dffd62cb746b94301a4050446582b9e (patch)
tree1e14bd4f950bd1605e8f737a458ebe53ac80c404 /.gitignore
parentefa1f167271f09179ba04f7c453f6302e2c0cbd2 (diff)
parented00b0366d9022bdfe47bbf4c0b4bff1bf03d195 (diff)
Merge branch 'master' of github.com:grpc/grpc into make-ruby-installable
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3294edb49a..cf05a2cb7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,6 +13,10 @@ htmlcov/
dist/
*.egg
+# Node installation output
+node_modules/
+src/node/extension_binary/
+
# gcov coverage data
reports
coverage