mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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:
committed by
Node.js GitHub Bot
parent
3c9f072522
commit
85b42af439
1
benchmark/napi/type-tag-check/.gitignore
vendored
Normal file
1
benchmark/napi/type-tag-check/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
build/
|
||||
1
benchmark/napi/type-tag/.gitignore
vendored
Normal file
1
benchmark/napi/type-tag/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
build/
|
||||
Reference in New Issue
Block a user