aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2021-02-01 18:21:19 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2021-02-04 09:57:43 -0500
commite3f1c54506041fc65e261cd27d34fb04b44a90c7 (patch)
tree007a7dc6fd19315b29c078b1a8570b61a947467f /.gitignore
parentadd4f0914939d1f9ab894bfab02e3775f10af469 (diff)
Add a basic logging framework
Create a basic system to emit diagnostics to the user during operation. Mimic the glog API for the most part, but use an output format similar to that of coreutils and other established command-line tools. Reviewed-by: Alex Chernyakhovsky <achernya@google.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 7ad1c3c..4afd7d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,5 +13,6 @@
# the License.
*.o
+*_test
.ninja_*
gsrsup