Initial commit

This commit is contained in:
tavo 2025-09-29 17:33:42 -06:00
commit 4336bcd8d5
2 changed files with 17 additions and 0 deletions

14
.gitignore vendored Normal file
View file

@ -0,0 +1,14 @@
# ---> CMake
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
Makefile
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake
_deps
CMakeUserPresets.json

3
README.md Normal file
View file

@ -0,0 +1,3 @@
# slog
Single-header structured logger in C