From 77eb56f3e3d9b5b69ff45e2facc934e43f2a7d68 Mon Sep 17 00:00:00 2001
From: nakst <>
Date: Thu, 23 Sep 2021 14:48:42 +0100
Subject: [PATCH] update line counting

---
 util/build.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/util/build.c b/util/build.c
index 169f6ec..73cc9b2 100644
--- a/util/build.c
+++ b/util/build.c
@@ -1358,10 +1358,6 @@ void DoCommand(const char *l) {
 		fclose(f);
 
 		LineCountFile("", "start.sh");
-		LineCountFile("", "README.md");
-		LineCountFile("", "LICENSE.md");
-		LineCountFile("", "CONTRIBUTING.md");
-		LineCountFile("res/", "System Configuration Template.ini");
 
 		const char *folders[] = {
 			"desktop/", "boot/x86/", "drivers/", "kernel/", "apps/", "apps/file_manager/", "shared/", "util/", "util/designer/"
@@ -1374,7 +1370,6 @@ void DoCommand(const char *l) {
 
 			while ((entry = readdir(directory))) {
 				if (0 == strcmp(entry->d_name, "nanosvg.h")) continue;
-				if (0 == strcmp(entry->d_name, "nanosvgrast.h")) continue;
 				if (0 == strcmp(entry->d_name, "stb_ds.h")) continue;
 				if (0 == strcmp(entry->d_name, "stb_image.h")) continue;
 				if (0 == strcmp(entry->d_name, "stb_sprintf.h")) continue;