From cf28f8a7dddedb90f96f177cc1c83c29fda39578 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Wed, 15 Jul 2020 15:47:57 -0700 Subject: [PATCH] quic: gitignore qlog files qlog files are diagnostic files that are being used to verify the quic implementation. Make sure they don't get checked in. PR-URL: https://github.com/nodejs/node/pull/34351 Reviewed-By: Robert Nagy Reviewed-By: Anna Henningsen --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 5b07ec4a8e3cdc..55152e1317f0ad 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ /out /*.msi /*.wixpdb +/*.qlog # === Rules for artifacts of `./configure` === /icu_config.gypi