From 74b4bbfd30550b98bb0917af4caa7852b04d5f7f Mon Sep 17 00:00:00 2001 From: Loretta Date: Sun, 14 Dec 2025 04:46:54 +0100 Subject: [PATCH] Add size_output.txt to .gitignore Prevent size_output.txt from being tracked by Git by adding it to the .gitignore file. This helps keep the repository clean of generated or temporary files. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 01f65bb..c70e59d 100644 --- a/.gitignore +++ b/.gitignore @@ -376,3 +376,4 @@ FodyWeavers.xsd /BenchmarkSuite1/Results /CoverageReport /Test_Benchmark_Results +/size_output.txt