From 616c4a9a53a47a517d213a731c7b46cacbe293bf Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 19 Dec 2024 07:23:27 -0800 Subject: [PATCH] chore: Add comment about ignoring meta and docs files --- benchmark/benchmark.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/benchmark/benchmark.py b/benchmark/benchmark.py index 1a59e4ac8..e34d0c22e 100755 --- a/benchmark/benchmark.py +++ b/benchmark/benchmark.py @@ -673,6 +673,8 @@ def run_test_real( ] ) + # add all the files under testdir/ .meta and .docs to ignore_files ai! + # Also ignore test & example files ignore_files.update(test_files) ignore_files.update(example_files)