diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-11 12:54:23 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-10-11 12:54:25 -0700 |
| commit | 6ab416376a6ba529bca55203435f61cb9ac6afbf (patch) | |
| tree | e64047c96cf72b1fbed8b85626f1a5198f714555 | |
| parent | c7058143c76aede87ba6d51efff4cc9990719d7d (diff) | |
chore: mark the nerd font tables as a generated file.
| -rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
