From d8f8f1f5903d05f91a2678716860d18e15f96df0 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Wed, 16 Oct 2019 22:03:46 +0200 Subject: [PATCH] Exclude kitty/parse-graphics-command.h from the line count This file is automatically generated and should not count towards the total line count. --- count-lines-of-code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/count-lines-of-code b/count-lines-of-code index 2d281ef53..0aee14f4f 100755 --- a/count-lines-of-code +++ b/count-lines-of-code @@ -1,2 +1,2 @@ #!/usr/bin/env bash -cloc --exclude-list-file <(echo -e 'kitty/wcwidth-std.h\nkitty/glfw.c\nkitty/keys.h\nkitty/charsets.c\nkitty/unicode-data.c\nkitty/key_encoding.py\nkitty/rgb.py\nkitty/gl.h\nkitty/gl-wrapper.h\nkitty/gl-wrapper.c\nkitty/glfw-wrapper.h\nkitty/glfw-wrapper.c\nkitty/emoji.h\nkittens/unicode_input/names.h') kitty kittens +cloc --exclude-list-file <(echo -e 'kitty/wcwidth-std.h\nkitty/glfw.c\nkitty/keys.h\nkitty/charsets.c\nkitty/unicode-data.c\nkitty/key_encoding.py\nkitty/rgb.py\nkitty/gl.h\nkitty/gl-wrapper.h\nkitty/gl-wrapper.c\nkitty/glfw-wrapper.h\nkitty/glfw-wrapper.c\nkitty/emoji.h\nkittens/unicode_input/names.h\nkitty/parse-graphics-command.h') kitty kittens