remove log file

This commit is contained in:
sam 2024-08-11 16:37:00 +12:00
parent cc1d1934f3
commit 9495b29325
2 changed files with 1 additions and 6 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
**/*.o
**/*.exe
test/log.txt
examples/log.txt
compile_commands.json

View file

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