From a6f2ba29b7d7229038fd88f98b8864d5e8d48bab Mon Sep 17 00:00:00 2001 From: Zeke Foppa <196249+bfops@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:18:16 -0800 Subject: [PATCH] Hide LLM benchmark files in git diffs (#4111) # Description of Changes Marked the llm benchmark files as autogenerated so they are marked as "autogenerated" in github diffs. # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing - [x] They are marked correctly as autogenerated if I push a change to those files --------- Co-authored-by: Zeke Foppa --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index c2317a3a1..8059f23d1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ **/module_bindings/** linguist-generated=true eol=lf +/docs/llms/** linguist-generated=true +/docs/llms/*-details.json linguist-generated=false