From 9495b29325b2c7166f33b17400e2e04d439b1c5b Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 11 Aug 2024 16:37:00 +1200 Subject: [PATCH] remove log file --- .gitignore | 2 +- examples/log.txt | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 examples/log.txt diff --git a/.gitignore b/.gitignore index 386b203..a3932e7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ **/*.o **/*.exe -test/log.txt +examples/log.txt compile_commands.json diff --git a/examples/log.txt b/examples/log.txt deleted file mode 100644 index 447772f..0000000 --- a/examples/log.txt +++ /dev/null @@ -1,5 +0,0 @@ -2024-08-11 16:13:19 INFO log.c:12: Added file "log.txt" as logging file -2024-08-11 16:13:19 INFO window.c:23: Window was not initialized before calling create, defaulting to OpenGL 4.6 -2024-08-11 16:13:19 INFO window.c:15: Initialized for OpenGL 4.6 -2024-08-11 16:13:19 INFO window.c:31: GLFW initialized successfully -2024-08-11 16:13:19 FATAL window.c:41: Failed to create window