From 9a4e99b436efefa00277d592ff67798eb491e87a Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Sun, 12 May 2024 22:55:43 +0200 Subject: Improve API docs and configure system There is now a super minimalistic configure script that automatically detects the event system (epoll/kqueue) and generates a config.h and a config.mk. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index be788a6..df73aa8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ /build/ /obj/ +# generated files +/config.mk +/src/config.h + # clangd things /compile_commands.json -- cgit v1.2.3