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.
This commit is contained in:
parent
2f1c00fd5c
commit
74b4bbfd30
|
|
@ -376,3 +376,4 @@ FodyWeavers.xsd
|
|||
/BenchmarkSuite1/Results
|
||||
/CoverageReport
|
||||
/Test_Benchmark_Results
|
||||
/size_output.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue