diff options
| author | Lorenzo Torres <lorenzotorres@outlook.it> | 2026-06-14 15:29:08 +0200 |
|---|---|---|
| committer | Lorenzo Torres <lorenzotorres@outlook.it> | 2026-06-14 15:29:08 +0200 |
| commit | 17688ac50b4af33f228368213bf1c1798034c054 (patch) | |
| tree | 9a52a6933a9b1181898f25d38dfeca1117e78cd5 /.gitignore | |
basic echo server using epoll
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..419078f --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +**/*.o +imapd |
