diff options
author | Richard Lau <rlau@redhat.com> | 2020-11-04 20:00:37 +0000 |
---|---|---|
committer | Beth Griggs <bgriggs@redhat.com> | 2020-12-15 20:15:12 +0000 |
commit | d027be055140ade59116a0e673c4cd6bb81357e0 (patch) | |
tree | 914b945d7d468ef1f6590e14a2ed6735f619b8a5 /benchmark | |
parent | 3e7598da9bc328e7cfba008eb32c6e1b4e208721 (diff) | |
download | node-new-d027be055140ade59116a0e673c4cd6bb81357e0.tar.gz |
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/.gitignore | 1 | ||||
-rw-r--r-- | benchmark/napi/type-tag/.gitignore | 1 |
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 0000000000..567609b123 --- /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 0000000000..567609b123 --- /dev/null +++ b/benchmark/napi/type-tag/.gitignore @@ -0,0 +1 @@ +build/ |