diff options
author | Johnny Richard <johnny@johnnyrichard.com> | 2022-04-07 14:36:21 +0200 |
---|---|---|
committer | Johnny Richard <johnny@johnnyrichard.com> | 2022-04-07 14:36:21 +0200 |
commit | 33e14b74df70ecbfcdb56b71a0ea7d4f1e05b1f4 (patch) | |
tree | 46b8d456a6eda31b90ec1b2282bc696e03bd7f86 /.gitignore | |
parent | b3b3d2f7a9365a1c9c4ccdf9ffa8f0bcf83f1080 (diff) |
server.c: Create server struct
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..894d0db --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +papo +*.o |