From 29fb1c172b2b235a6484f23f8d5b391f877e98eb Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 11 Mar 2025 22:32:56 +0100 Subject: Added simple HTTPD server in C --- c-httpd/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 c-httpd/.gitignore (limited to 'c-httpd/.gitignore') diff --git a/c-httpd/.gitignore b/c-httpd/.gitignore new file mode 100644 index 0000000..71e8b8e --- /dev/null +++ b/c-httpd/.gitignore @@ -0,0 +1 @@ +httpd -- cgit v1.2.3