From d85032afdc75eaba775c90a7943a24b4c1f6383c Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Sat, 31 Jan 2026 23:15:54 +0100 Subject: .gitignore: Add missing example executables --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index afdd388..a9aba1d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ *.d *.so *.so.* +examples/async/async +examples/form/form examples/headers/headers examples/hello/hello examples/html/html -- cgit v1.2.3