From 2c642406d8940d9ce1c52f96000d56b827e89035 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 1 Mar 2021 10:59:57 +0530 Subject: [PATCH] Dont exclude glfw.c from LoC as it no longer is largely auto-generated --- count-lines-of-code | 1 - 1 file changed, 1 deletion(-) diff --git a/count-lines-of-code b/count-lines-of-code index f14803a52..841a2fbe0 100755 --- a/count-lines-of-code +++ b/count-lines-of-code @@ -4,7 +4,6 @@ import subprocess files_to_exclude = '''\ kitty/wcwidth-std.h -kitty/glfw.c kitty/charsets.c kitty/unicode-data.c kitty/key_encoding.py