From bc41d39f27c7467970b751ed3ebea28b00a8a0b3 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Thu, 22 Aug 2024 20:58:03 -0500 Subject: core: add a basic logging framework Add a basic framework for logging messages to the console or to a file. Signed-off-by: Danny Holman --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 78e4e10..29cd635 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ *.lzo *.o *.o.* +*.out *.patch *.so *.tar @@ -32,3 +33,6 @@ cscope.* ncscope.* tags TAGS + +# Output directory +bin/ -- cgit v1.2.3