From 36e6323d1f2248a21f5b1a69790c1a06f1d97cd9 Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Thu, 23 Apr 2026 12:54:01 -0400 Subject: [PATCH] Meta: Ignore log files test-js and test-wasm now create log files. Let's just ignore all log files, as there aren't any in the repository. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 40e75a3e050..8ff9ab1bfd9 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,7 @@ Tests/LibWeb/WPT/metadata Tests/LibWeb/WPT/MANIFEST.json test-dumps +*.log # HTTP Test server artifacts from ./Tests/LibWeb/Fixtures/http-test-server.py http-test-server.pid.txt