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>
This commit is contained in:
Richard Lau
2020-11-04 20:00:37 +00:00
committed by Node.js GitHub Bot
parent 3c9f072522
commit 85b42af439
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
build/

1
benchmark/napi/type-tag/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
build/