From e6305d4ef06fd62bb54d09e21858db8398429d8e Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Fri, 3 Oct 2025 11:56:27 -0500 Subject: [PATCH] Ignore logs/ When running the tests from a local machine, it can be really helpful to stash the logs in a directory using `-log-dir logs/artifacts/`. But let's make sure we don't track this in source. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c22914d3..b29cca2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ build/ +logs/ .*-test-results.out