summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLorenzo Torres <lorenzotorres@outlook.it>2026-06-14 15:29:08 +0200
committerLorenzo Torres <lorenzotorres@outlook.it>2026-06-14 15:29:08 +0200
commit17688ac50b4af33f228368213bf1c1798034c054 (patch)
tree9a52a6933a9b1181898f25d38dfeca1117e78cd5 /.gitignore
basic echo server using epoll
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
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