From c908d529c2d435aeaa1ef96a3bd3288fa0f736d5 Mon Sep 17 00:00:00 2001 From: Collin Tod Date: Fri, 22 Nov 2024 14:02:17 -0600 Subject: [PATCH] Ignore `*.ttnn` & `*.ttm` Files (#1365) These flatbuffer files are generated as part of `test_infra`, and should not be comitted. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b20627983..274c39c1f 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,7 @@ query_results.json run_results.json ttrt_report.xml cluster_descriptor.yaml + +# TTNN and TTMetal flatbuffers +*.ttnn +*.ttm