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:
authorLuigi Pinca <luigipinca@gmail.com>2021-11-27 18:07:12 +0300
committerGitHub <noreply@github.com>2021-11-27 18:07:12 +0300
commiteadfbaeba2b65377951219a83775a76b590f85e3 (patch)
treeb1fd56094e6baede5cfea4f3e47852ae12332030 /.gitignore
parenta2572940cdff72cdaa361b78389f05e5b91de315 (diff)
build: add OpenSSL gyp artifacts to .gitignore
Fixes: https://github.com/nodejs/node/issues/40855 PR-URL: https://github.com/nodejs/node/pull/40967 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b7a33d86bed..a575a4475b4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -90,6 +90,9 @@ _UpgradeReport_Files/
/deps/openssl/openssl.props
/deps/openssl/openssl.targets
/deps/openssl/openssl.xml
+/deps/openssl/openssl-fipsmodule.props
+/deps/openssl/openssl-fipsmodule.targets
+/deps/openssl/openssl-fipsmodule.xml
# generated by gyp on android
/*.target.mk
/*.host.mk