From 6ab416376a6ba529bca55203435f61cb9ac6afbf Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 11 Oct 2025 12:54:23 -0700 Subject: [PATCH] chore: mark the nerd font tables as a generated file. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 6bf5ceb13..fa59a364c 100644 --- a/.gitattributes +++ b/.gitattributes @@ -9,4 +9,5 @@ pkg/glfw/wayland-headers/** linguist-vendored pkg/libintl/config.h linguist-generated=true pkg/libintl/libintl.h linguist-generated=true pkg/simdutf/vendor/** linguist-vendored +src/font/nerd_font_codepoint_tables.py linguist-generated=true src/terminal/res/** linguist-vendored