From 83ff14cbd16e35a698424b239dfdb9cd9e13a546 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Jul 2023 17:40:59 +0530 Subject: [PATCH] Mark the terminfo files as generated --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 86dc26afc..886324bbf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -19,6 +19,8 @@ glfw/*.h linguist-vendored=true kittens/unicode_input/names.h linguist-generated=true tools/wcswidth/std.go linguist-generated=true tools/unicode_names/names.txt linguist-generated=true +terminfo/kitty.term* linguist-generated=true +terminfo/x/* linguist-generated=true *.py text diff=python *.m text diff=objc