update line counting

This commit is contained in:
nakst 2021-09-23 14:48:42 +01:00
parent 6d1039ad77
commit 77eb56f3e3
1 changed files with 0 additions and 5 deletions

View File

@ -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;