From 76582e434c613530c65aa3701c1c0cc4b9f602c2 Mon Sep 17 00:00:00 2001 From: Luigi Pinca Date: Mon, 8 Jan 2024 09:23:08 +0100 Subject: [PATCH] deps: add nghttp3/**/.deps to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/51400 Reviewed-By: Michaƫl Zasso Reviewed-By: James M Snell Reviewed-By: Marco Ippolito --- deps/ngtcp2/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/deps/ngtcp2/.gitignore b/deps/ngtcp2/.gitignore index 40909a37dd7c69..1ccf3c1c44daf8 100644 --- a/deps/ngtcp2/.gitignore +++ b/deps/ngtcp2/.gitignore @@ -6,3 +6,4 @@ Makefile *gnutls* ngtcp2/**/.gitignore ngtcp2/**/.deps +nghttp3/**/.deps