diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-11 22:32:56 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-03-11 22:32:56 +0100 |
| commit | 29fb1c172b2b235a6484f23f8d5b391f877e98eb (patch) | |
| tree | 7c8008a2c692af9104e0a9e91358779db99e7d28 /c-httpd/.gitignore | |
| parent | 68ac646c552980e8119e0a789b83ba82d0a594a4 (diff) | |
| download | probe-29fb1c172b2b235a6484f23f8d5b391f877e98eb.tar.gz | |
Added simple HTTPD server in C
Diffstat (limited to 'c-httpd/.gitignore')
| -rw-r--r-- | c-httpd/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
