http-server.c

Basic HTTP server and router in C
git clone git://git.finwo.net/lib/http-server.c
Log | Files | Refs | README

commit 90a8cefc974b894bcb8172481e3a913036f52b9c
parent 2aec001339c9ebd84804bf3ca238f3b964500337
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun, 14 Jan 2024 01:34:19 +0100

Ignore more compiledb output

Diffstat:
M.gitignore | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,3 +1,5 @@ /lib/ *.o /http-server +/.cache/ +/compile_commands.json