fnet.c

Simple C networking library
git clone git://git.finwo.net/lib/fnet.c
Log | Files | Refs | README

commit 5a22e46e07a2a203357f7103574083aa1cfb5b30
parent 0dbd25fef376f8ebf2a26168d99383f9d7f7e1e7
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Sun, 31 Dec 2023 01:02:50 +0100

Ignore mac directory files

Diffstat:
M.gitignore | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -3,3 +3,5 @@ /fnet_test compile_commands.json /.cache/ +.DS_Store +._.DS_Store