From f7ee9f2fc9746c2c517971e35509cc09a607d755 Mon Sep 17 00:00:00 2001
From: Richard Lau <rlau@redhat.com>
Date: Wed, 4 Nov 2020 20:00:37 +0000
Subject: [PATCH] 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>
---
 benchmark/napi/type-tag-check/.gitignore | 1 +
 benchmark/napi/type-tag/.gitignore       | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 benchmark/napi/type-tag-check/.gitignore
 create mode 100644 benchmark/napi/type-tag/.gitignore

diff --git a/benchmark/napi/type-tag-check/.gitignore b/benchmark/napi/type-tag-check/.gitignore
new file mode 100644
index 00000000000000..567609b1234a9b
--- /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 00000000000000..567609b1234a9b
--- /dev/null
+++ b/benchmark/napi/type-tag/.gitignore
@@ -0,0 +1 @@
+build/