summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-08-22 20:58:03 -0500
committerDanny Holman <dholman@gymli.org>2024-08-22 20:58:03 -0500
commitbc41d39f27c7467970b751ed3ebea28b00a8a0b3 (patch)
tree3685c14c36553e0d73fde02789c4186dbf62b6e0 /.gitignore
parent6dbae0c34040a41f7f00fb3e7d04074b5625b2ae (diff)
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 <dholman@gymli.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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/