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:
authorRichard Lau <rlau@redhat.com>2020-11-04 23:00:37 +0300
committerNode.js GitHub Bot <github-bot@iojs.org>2020-11-07 05:57:54 +0300
commit85b42af4398073f8e8a04870d656da15004523ec (patch)
tree3ff9eee6bc84983d679bb88f8b6df32b3f2ca364 /benchmark
parent3c9f072522b976169dc7a4d56a5539dc04b5b093 (diff)
benchmark: ignore build artifacts for napi addons
Add `.gitignore` to ignore the `build` directory in a similar way to the other addons under `benchmark/napi`. PR-URL: https://github.com/nodejs/node/pull/35970 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/napi/type-tag-check/.gitignore1
-rw-r--r--benchmark/napi/type-tag/.gitignore1
2 files changed, 2 insertions, 0 deletions
diff --git a/benchmark/napi/type-tag-check/.gitignore b/benchmark/napi/type-tag-check/.gitignore
new file mode 100644
index 00000000000..567609b1234
--- /dev/null
+++ b/benchmark/napi/type-tag-check/.gitignore
@@ -0,0 +1 @@
+build/
diff --git a/benchmark/napi/type-tag/.gitignore b/benchmark/napi/type-tag/.gitignore
new file mode 100644
index 00000000000..567609b1234
--- /dev/null
+++ b/benchmark/napi/type-tag/.gitignore
@@ -0,0 +1 @@
+build/