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
committerBeth Griggs <bgriggs@redhat.com>2020-12-15 23:15:12 +0300
commitd027be055140ade59116a0e673c4cd6bb81357e0 (patch)
tree914b945d7d468ef1f6590e14a2ed6735f619b8a5 /benchmark
parent3e7598da9bc328e7cfba008eb32c6e1b4e208721 (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/