From 5b653ccffdc33c8774697a93cad0b499b88dca71 Mon Sep 17 00:00:00 2001 From: Charles Date: Sun, 28 Jul 2019 21:12:28 +0200 Subject: std library function almost done, tested with libft-unit-tests --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d7756c2..e0a9dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ a.out *.o +*.so +*.a +*.pdf -- cgit